How to determine the name of a object

719
1
06-29-2017 06:18 PM
YuriGvozdev
New Contributor II
How to determine the name of a settlement or object on a point on a map using a locator
0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor

Hi,

There are multiple ways to determine the name (or value of another attribute) of a feature on the view. Two common approaches, depending on your data, would be:

- Reverse Geocode:

LocatorTask Class  (see ReverseGeocodeAsync operations)

- Identify:

MapView Class (see IdentifyLayerAsync / IdentifyLayersAsync operations)

Cheers

Mike

0 Kudos