OsmAddress Members
An address used to specify a location for which to obtain geo data from the Open Street Map service.Constructors
| Name | Description |
|---|---|
| OsmAddress() | Initializes a new instance of the OsmAddress class with default settings. |
Fields
| Name | Description |
|---|---|
| CityDistrictProperty static | Identifies the OsmAddress.CityDistrict dependency property. |
| CityProperty static | Identifies the OsmAddress.City dependency property. |
| CountryCodeProperty static | Identifies the OsmAddress.CountryCode dependency property. |
| CountryProperty static | Identifies the OsmAddress.Country dependency property. |
| CountyDistrictProperty static | Identifies the OsmAddress.CountyDistrict dependency property. |
| CountyProperty static | Identifies the OsmAddress.County dependency property. |
| FormattedAddressProperty static | Identifies the AddressBase.FormattedAddress dependency property. Inherited from AddressBase. |
| HouseNumberProperty static | Identifies the OsmAddress.HouseNumber dependency property. |
| PostcodeProperty static | Identifies the OsmAddress.Postcode dependency property. |
| RiverProperty static | Identifies the OsmAddress.River dependency property. |
| RoadProperty static | Identifies the OsmAddress.Road dependency property. |
| StateDistrictProperty static | Identifies the OsmAddress.StateDistrict dependency property. |
| StateProperty static | Identifies the OsmAddress.State dependency property. |
| SuburbProperty static | Identifies the OsmAddress.Suburb dependency property. |
| TownProperty static | Identifies the OsmAddress.Town dependency property. |
| VillageProperty static | Identifies the OsmAddress.Village dependency property. |
Properties
| Name | Description |
|---|---|
| City | Gets or sets the city name to specify the location address. |
| CityDistrict | Gets or sets the city district to specify the location address. |
| Country | Gets or sets the localized country name. |
| CountryCode | Gets or sets the two letter ISO country code in the upper case. |
| County | Gets or sets the county name to specify the location address. |
| CountyDistrict | Gets or sets the country district to specify the location address. |
| FormattedAddress | Gets or sets the complete address. Inherited from AddressBase. |
| HouseNumber | Gets or sets the house number to specify the location address. |
| Postcode | Gets or sets the postal code of a building/area. |
| River | Gets or sets the river to specify the location address. |
| Road | Gets or sets the road name to specify the location address. |
| State | Gets or sets the state to specify the location address. |
| StateDistrict | Gets or sets the state district to specify the location address. |
| Suburb | Gets or sets the suburb to specify the location address. |
| Town | Gets or sets the town name to specify the location address. |
| Village | Gets or sets the village name to specify the location address. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns the textual representation of the AddressBase. Inherited from AddressBase. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also