Geocoding suggestions / auto-complete in Android

949
0
10-28-2016 06:51 AM
ClaudiaMalzer1
New Contributor

Hi,

in my Android app, I'm using a locator (geocoding service) for the search functionality, i.e. 

Locator locator = Locator.createOnlineLocator(URL to a 10.2 ArcGIS Geocoding Service) 

etc.

Moreover I'm using the same service in a Web application with ArcGIS for Javascript. In the Web application, I'm able to get a character-by-character auto-completion although I do not use the ArcGIS Server 10.3 "suggest" capability (I am still using esri/dijit/geocoding with autoComplete=true, not the new search widget).

So I thought that auto-completion should also work in my Android app... I tried to use 

LocatorSuggestionParameters params = new LocatorSuggestionParameters(text input...);
and
locator.suggest(params, new CallbackListener<List<LocatorSuggestionResult>>() {...

as specified in the API reference but I'm not getting any results.

Can somebody please tell me if the auto-completion for geocoding services in Android is only possible with the ArcGIS Server 10.3 "suggest" capability? 

Thanks!

Claudia

0 Kudos
0 Replies