LocationDisp.DispCivicAddressReport object

[The Location API object model is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, to access location from a website, use the W3C Geolocation API. To access location from a desktop application, use the Windows.Devices.Geolocation API.]

Represents a civic address report.

Members

The LocationDisp.DispCivicAddressReport object has these types of members:

Properties

The LocationDisp.DispCivicAddressReport object has these properties.

Property Access type Description
AddressLine1
Read-only
The first line of a street address.
AddressLine2
Read-only
The second line of a street address.
City
Read-only
The city name.
CountryRegion
Read-only
The country or region name.
DetailLevel
Read-only
The detail level for the report.
PostalCode
Read-only
The postal code.
StateProvince
Read-only
The state or province name.
Timestamp
Read-only
The date and time when the report was generated.

Remarks

You can retrieve this object through the CivicAddressReport property of a CivicAddressReportFactory object. You can receive this object through the NewCivicAddressReport event.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
None supported