GeocodeResult Class Members
In This Topic
The following tables list the members exposed by GeocodeResult.
Public Properties
| Name | Description |
| DisplayLocation |
Gets the display location of the geocode candidate.
|
| Extent |
Gets the display zoom extent of the geocode candidate.
|
| FieldValues |
Gets a dictionary of field names and values
|
| Label |
Gets the formatted address label for the geocode candidate.
|
| ProviderName |
Gets the name of the locator provider that produced this geocode candidate.
|
| Score |
Gets the match score of the geocode candidate.
|
Top
Public Methods
| Name | Description |
| ToString |
Returns a string representation of the geocode candidate. This string representation is 'Label; (Score)'
|
Top
See Also