Contains information returned from a call to Geocode(String).
| C# | Visual Basic |
public class GeocodeInfo
Public Class GeocodeInfo
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CityName |
Specifies the name of the Town/City for the geocoded location.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LatLong |
The latitude and longitude coordinates (LatLong object) for the location.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Status |
Contains flags describing the accuracy of the returned data.
| |
| StreetName |
Specifies the name of the street for the geocoded location.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| GeocodeInfo | |