Hi,
I want to get Addr_type param in geocoding request using LocatorTask class. I'm using Android API
final LocatorTask onlineLocator = new LocatorTask("http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"); final ListenableFuture<List<GeocodeResult>> geocodeFuture = onlineLocator.geocodeAsync("380 New York Street, Redlands, CA");
Is there any way to get it?
Thank you