OsmAddress Properties
An address used to specify a location for which to obtain geo data from the Open Street Map service.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| 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. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| FormattedAddress | Gets or sets the complete address. Inherited from AddressBase. |
| HouseNumber | Gets or sets the house number to specify the location address. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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. |
See Also