1 out of 1 rated this helpful - Rate this topic

CivicAddress Class

March 22, 2012

Represents a location expressed as a civic address.

System.Object
  System.Device.Location.CivicAddress

Namespace:  System.Device.Location
Assembly:  System.Device (in System.Device.dll)
XMLNS for XAML: Not mapped to an xmlns.
public class CivicAddress
<CivicAddress .../>

The CivicAddress type exposes the following members.

  Name Description
Public method CivicAddress() Initializes a new instance of the CivicAddress where the value of each field is an empty string.
Public method CivicAddress(String, String, String, String, String, String, String, String) Initializes a new instance of the CivicAddress with the provided address data.
Top
  Name Description
Public property AddressLine1 The first line of the civic address, generally used for street name and number.
Public property AddressLine2 The second line of the civic address.
Public property Building The building name of the civic address.
Public property City The city of the civic address.
Public property CountryRegion The country or region of the civic address.
Public property FloorLevel The floor level of the civic address.
Public property IsUnknown Gets a value indicating whether the CivicAddress object contains any address data.
Public property PostalCode The postal code of the civic address.
Public property StateProvince The state or province of the civic address.
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
  Name Description
Public field Static member Unknown Represents a CivicAddress that contains no data.
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Did you find this helpful?
(1500 characters remaining)