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