AzureAddress Properties
Contains address information obtained from the Azure Maps GIS service.| Name | Description |
|---|---|
| AddressLine | Specifies the street line of an address relative to the area specified by the Locality or PostalCode properties. |
| AdminDistricts | Specifies the subdivision names in the country or region for an address. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| CountryRegion | Specifies the country or region of an address. |
| CountryRegionIso | Specifies the two-letter ISO country code. |
| 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. |
| District | Specifies the subdivision name in the country or region for an address. |
| FormattedAddress | Gets or sets the complete address. Inherited from AddressBase. |
| 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. |
| Locality | Specifies the populated place for the address. |
| Neighborhood | Specifies the neighborhood for an address. |
| PostalCode | Specifies the postcode, postal code, or ZIP Code of an address. |
See Also