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. |
Fields
| Name | Description |
|---|---|
| AddressProperty static | Identifies the LocationInformation.Address dependency property. |
| DisplayNameProperty static | Identifies the LocationInformation.DisplayName dependency property. |
| EntityTypeProperty static | Identifies the LocationInformation.EntityType dependency property. |
| LocationProperty static | Identifies the LocationInformation.Location dependency property. |
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 |
|---|---|
| ToString() | Returns the textual representation of LocationInformation. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also