OsmAddress Fields
An address used to specify a location for which to obtain geo data from the Open Street Map service.| 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. |
See Also