LocationDisp.DispLatLongReport 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 latitude/longitude report.

Members

The LocationDisp.DispLatLongReport object has these types of members:

Properties

The LocationDisp.DispLatLongReport object has these properties.

Property Access type Description
Altitude
Read-only
Current altitude, in meters.
AltitudeError
Read-only
Altitude error, in meters.
ErrorRadius
Read-only
A distance from the reported location, in meters. Combined with the reported location as the origin, this radius describes the circle in which the actual location is proably located.
Latitude
Read-only
Current latitude, in degrees.
Longitude
Read-only
Current longitude, in degrees.
Timestamp
Read-only
The date and time when the report was generated.

Remarks

You can retrieve this object through the LatLongReport property of the LatLongReportFactory object. You can receive this object through the NewLatLongReport event.

Requirements

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