C# Class InTheHand.Devices.Geolocation.BasicGeoposition

The basic information to describe a geographic position.
PlatformVersion supported iOSiOS 9.0 and later macOSOS X 10.7 and later tvOStvOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later
ファイルを表示 Open project: inthehand/Charming Class Usage Examples

Public Properties

Property Type Description
Altitude double
Latitude double
Longitude double

Property Details

Altitude public_oe property

The altitude of the geographic position in meters.
public double Altitude
return double

Latitude public_oe property

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

Longitude public_oe property

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.
public double Longitude
return double