Geoposition.CivicAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unsupported API.
public:
property CivicAddress ^ CivicAddress { CivicAddress ^ get(); };
CivicAddress CivicAddress();
public CivicAddress CivicAddress { get; }
var civicAddress = geoposition.civicAddress;
Public ReadOnly Property CivicAddress As CivicAddress
Property Value
Unsupported API. This property always returns null.
Windows requirements
App capabilities |
location
ID_CAP_LOCATION [Windows Phone]
|
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.