CivicAddress Class
March 22, 2012
Represents a location expressed as a civic address.
Namespace:
System.Device.Location
Assembly: System.Device (in System.Device.dll)
XMLNS for XAML: Not mapped to an xmlns.
The CivicAddress type exposes the following members.
| Name | Description | |
|---|---|---|
|
CivicAddress() | Initializes a new instance of the CivicAddress where the value of each field is an empty string. |
|
CivicAddress(String, String, String, String, String, String, String, String) | Initializes a new instance of the CivicAddress with the provided address data. |
| Name | Description | |
|---|---|---|
|
AddressLine1 | The first line of the civic address, generally used for street name and number. |
|
AddressLine2 | The second line of the civic address. |
|
Building | The building name of the civic address. |
|
City | The city of the civic address. |
|
CountryRegion | The country or region of the civic address. |
|
FloorLevel | The floor level of the civic address. |
|
IsUnknown | Gets a value indicating whether the CivicAddress object contains any address data. |
|
PostalCode | The postal code of the civic address. |
|
StateProvince | The state or province of the civic address. |