BingAddress Members
Obsolete. This class represents the address information obtained from the Bing GIS services.Constructors
| Name | Description |
|---|---|
| BingAddress() |
Initializes a new instance of the BingAddress class with default settings.
|
Fields
| Name | Description |
|---|---|
| AddressLineProperty static | Identifies the BingAddress.AddressLine dependency property. |
| AdminDistrictProperty static | Identifies the BingAddress.AdminDistrict dependency property. |
| CountryRegionIso2Property static | Identifies the BingAddress.CountryRegionIso2 dependency property. |
| CountryRegionProperty static | Identifies the BingAddress.CountryRegion dependency property. |
| DistrictProperty static | Identifies the BingAddress.District dependency property. |
| FormattedAddressProperty static | Identifies the AddressBase.FormattedAddress dependency property. Inherited from AddressBase. |
| LocalityProperty static | Identifies the BingAddress.Locality dependency property. |
| NeighborhoodProperty static | Identifies the BingAddress.Neighborhood dependency property. |
| PostalCodeProperty static | Identifies the BingAddress.PostalCode dependency property. |
| PostalTownProperty static | Identifies the BingAddress.PostalTown dependency property. |
Properties
| Name | Description |
|---|---|
| AddressLine | Gets or sets the official street line of an address relative to the area, as specified by the BingAddress.Locality or BingAddress.PostalCode properties. |
| AdminDistrict | Gets or sets the subdivision name in the country or region for an address. |
| CountryRegion | Gets or sets the country or region name of an address. |
| CountryRegionIso2 | Gets or sets the two-letter ISO country code. |
| District | Gets or sets the subdivision name in the country or region for an address. |
| FormattedAddress | Gets or sets the complete address. Inherited from AddressBase. |
| Locality | Gets or sets the populated place for the address. |
| Neighborhood | Gets or sets the neighborhood for an address. |
| PostalCode | Gets or sets the post code, postal code, or ZIP Code of an address. |
| PostalTown | Gets or sets the city or neighborhood that corresponds to the BingAddress.PostalCode of the address information obtained from Bing GIS services. |
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