My code:
viewer.geocoder.viewModel.searchText = this.srarchText;
viewer.geocoder.viewModel.search();
proble:
srarchText this value is entered by the user form. Sometimes the user enters information that cannot find the address. But I don't know how to get a value to make sure that the user cannot find the address?