Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.07 KB

File metadata and controls

32 lines (19 loc) · 1.07 KB

Offline geocode

Geocode addresses to locations and reverse geocode locations to addresses offline.

screenshot

How to use the sample

Type the address in the Search menu option or select from the list to Geocode the address and view the result on the map. Tap the location you want to reverse geocode. Tap the pin to see the full address.

How it works

  1. Use the path of a .loc file to create a LocatorTask object.
  2. Set up GeocodeParameters and call GeocodeAsync to get geocode results.

Relevant API

  • GeocodeParameters
  • GeocodeResult
  • LocatorTask
  • ReverseGeocodeParameters

Offline data

This sample downloads the following items from ArcGIS Online automatically:

Tags

Search and Query, geocode, geocoder, locator, offline, package