Back to Devexpress

OsmAddress Members

windowsforms-devexpress-dot-xtramap-dot-osmaddress-dot-underscore-members.md

latest4.6 KB
Original Source

OsmAddress Members

An address used to specify the location for which to obtain geo data from the Open Street Map service.

Constructors

NameDescription
OsmAddress()Initializes a new instance of the OsmAddress class with default settings.

Properties

NameDescription
CityGets or sets the city to specify the location address.
CityDistrictGets or sets the city district to specify the location address.
CountryGets or sets the localized country name.
CountryCodeGets or sets the two letter ISO country code in the upper case.
CountyGets or sets the county to specify the location address.
CountyDistrictGets or sets the country district to specify the location address.
FormattedAddressGets or sets the complete address. Inherited from AddressBase.
HouseNumberGets or sets the house number to specify the location address.
PostcodeGets or sets the postal code of a building/area.
RiverGets or sets the river to specify the location address.
RoadGets or sets the road name to specify an address.
StateGets or sets the state to specify the location address.
StateDistrictGets or sets the state district to specify the location address.
SuburbGets or sets the suburb to specify the location address.
TownGets or sets the town name to specify the location address.
VillageGets or sets the village name to specify the location address.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the OsmAddress.

See Also

OsmAddress Class

DevExpress.XtraMap Namespace