AzureAddress Members
Contains address information obtained from the Azure Maps GIS service.Constructors
| Name | Description |
|---|---|
| AzureAddress() | Initializes a new instance of the AzureAddress class. |
Fields
| Name | Description |
|---|---|
| AddressLineProperty static | Identifies the AddressLine dependency property. |
| AdminDistrictsProperty static | Identifies the AdminDistricts dependency property. |
| CountryRegionIsoProperty static | Identifies the CountryRegionIso dependency property. |
| CountryRegionProperty static | Identifies the CountryRegion dependency property. |
| DistrictProperty static | Identifies the District dependency property. |
| FormattedAddressProperty static | Identifies the AddressBase.FormattedAddress dependency property. Inherited from AddressBase. |
| LocalityProperty static | Identifies the Locality dependency property. |
| NeighborhoodProperty static | Identifies the Neighborhood dependency property. |
| PostalCodeProperty static | Identifies the PostalCode dependency property. |
Properties
| 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. |
| CountryRegion | Specifies the country or region of an address. |
| CountryRegionIso | Specifies the two-letter ISO country code. |
| District | Specifies the subdivision name in the country or region for an address. |
| FormattedAddress | Gets or sets the complete address. Inherited from AddressBase. |
| 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. |
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