LocationInformation Members
Contains information about a specific location on a map.Constructors
Name | Description |
---|---|
LocationInformation() | Initializes a new instance of the LocationInformation class with default settings. |
LocationInformation(GeoPoint, String, String, AddressBase) | Initializes a new instance of the LocationInformation class with the specified parameters. |
Properties
Name | Description |
---|---|
Address | Gets or sets the address associated with the current location. |
DisplayName | Gets or sets a display name associated with a location. |
EntityType | Gets or sets the entity type represented as a string. |
Location | Gets or sets geographical coordinates of a location. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of LocationInformation. |
See Also