ILatLongReport 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. ]
ILatLongReport represents a location report that contains information in the form of latitude and longitude.
Inheritance
The ILatLongReport interface inherits from ILocationReport. ILatLongReport also has these types of members:
Methods
The ILatLongReport interface has these methods.
ILatLongReport::GetAltitude Retrieves the altitude, in meters. Altitude is relative to the reference ellipsoid. |
ILatLongReport::GetAltitudeError Retrieves the altitude error, in meters. |
ILatLongReport::GetErrorRadius Retrieves a distance from the reported location, in meters. Combined with the location reported as the origin, this radius describes the circle in which the actual location is probably located. |
ILatLongReport::GetLatitude Retrieves the latitude, in degrees. |
ILatLongReport::GetLongitude Retrieves the longitude, in degrees. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | locationapi.h |