OsmAddress Members
In This Article
#Constructors
Name | Description |
---|---|
Osm |
Initializes a new instance of the Osm |
#Properties
Name | Description |
---|---|
City | Gets or sets the city to specify the location address. |
City |
Gets or sets the city district to specify the location address. |
Country | Gets or sets the localized country name. |
Country |
Gets or sets the two letter ISO country code in the upper case. |
County | Gets or sets the county to specify the location address. |
County |
Gets or sets the country district to specify the location address. |
Formatted |
Gets or sets the complete address.
Inherited from Address |
House |
Gets or sets the house number to specify the location address. |
Postcode | Gets or sets the postal code of a building/area. |
River | Gets or sets the river to specify the location address. |
Road | Gets or sets the road name to specify an address. |
State | Gets or sets the state to specify the location address. |
State |
Gets or sets the state district to specify the location address. |
Suburb | Gets or sets the suburb to specify the location address. |
Town | Gets or sets the town name to specify the location address. |
Village | Gets or sets the village name to specify the location address. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the textual representation of the Osm |
See Also