AzureAddress Members
Contains the address information obtained from the Azure Maps GIS service.Constructors
| Name | Description |
|---|---|
| AzureAddress() | Initializes a new instance of the AzureAddress class. |
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 name 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 post code, postal code, or ZIP Code of an address. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() |
Returns the textual representation of this AzureAddress.
|
See Also