ICivicAddressReport interface (locationapi.h)

[The Win32 Location API is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the Windows.Devices.Geolocation API. ]

ICivicAddressReport represents a location report that contains information in the form of a street address.

Inheritance

The ICivicAddressReport interface inherits from ILocationReport. ICivicAddressReport also has these types of members:

Methods

The ICivicAddressReport interface has these methods.

 
ICivicAddressReport::GetAddressLine1

Retrieves the first line of a street address.
ICivicAddressReport::GetAddressLine2

Retrieves the second line of a street address.
ICivicAddressReport::GetCity

Retrieves the city name.
ICivicAddressReport::GetCountryRegion

Retrieves the two-letter country or region code.
ICivicAddressReport::GetDetailLevel

Reserved. (ICivicAddressReport.GetDetailLevel)
ICivicAddressReport::GetPostalCode

Retrieves the postal code.
ICivicAddressReport::GetStateProvince

Retrieves the state or province name.

Remarks

Note that any property value can be NULL if the value is not available.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header locationapi.h