BingAddress Members
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. |
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 |
---|---|
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 the BingAddress. |
See Also