CivicAddress
CivicAddress
CivicAddress
CivicAddress
Class
Definition
Unsupported API.
public : sealed class CivicAddress : ICivicAddresspublic sealed class CivicAddress : ICivicAddressPublic NotInheritable Class CivicAddress Implements ICivicAddress// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
ID_CAP_LOCATION [Windows Phone]
location
|
Remarks
Civic address is no longer available. Even when a Civic Address provider is installed, Geoposition.CivicAddress will always return null.
Note
This API is backwards compatible. When used in apps compiled for Windows 8.1 and Windows Phone 8.1, this API will continue to provide the civic address when it’s available.
Properties
City City City City
Unsupported API.
public : PlatForm::String City { get; }public string City { get; }Public ReadOnly Property City As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Unsupported API.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
ID_CAP_LOCATION [Windows Phone]
location
|
Country Country Country Country
Unsupported API.
public : PlatForm::String Country { get; }public string Country { get; }Public ReadOnly Property Country As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Unsupported API.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
ID_CAP_LOCATION [Windows Phone]
location
|
PostalCode PostalCode PostalCode PostalCode
Unsupported API.
public : PlatForm::String PostalCode { get; }public string PostalCode { get; }Public ReadOnly Property PostalCode As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Unsupported API.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
ID_CAP_LOCATION [Windows Phone]
location
|
State State State State
Unsupported API.
public : PlatForm::String State { get; }public string State { get; }Public ReadOnly Property State As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Unsupported API.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
ID_CAP_LOCATION [Windows Phone]
location
|
Timestamp Timestamp Timestamp Timestamp
Unsupported API.
public : DateTime Timestamp { get; }public DateTimeOffset Timestamp { get; }Public ReadOnly Property Timestamp As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
Unsupported API.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
ID_CAP_LOCATION [Windows Phone]
location
|