Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.06 KB

basicgeoposition.md

File metadata and controls

37 lines (24 loc) · 1.06 KB
-api-id -api-type
T:Windows.Devices.Geolocation.BasicGeoposition
winrt struct

BasicGeoposition

-description

The basic information to describe a geographic position.

-struct-fields

-field Latitude

The latitude of the geographic position. The valid range of latitude values is from -90.0 to 90.0 degrees.

-field Longitude

The longitude of the geographic position. This can be any value. For values less than or equal to-180.0 or values greater than 180.0, the value may be wrapped and stored appropriately before it is used. For example, a longitude of 183.0 degrees would become -177.0 degrees.

-field Altitude

The altitude of the geographic position in meters.

Note

This field has an effect only if you set the altitude reference system of class that you create by using this BasicGeoPosition (For example: The AltitudeReferenceSystem property of a Geopoint).

-remarks

-examples

-see-also

-capabilities

location