C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Altitude double
Latitude double
Longitude double

Описание свойств

Altitude публичное свойство

The altitude of the geographic position in meters.
public double Altitude
Результат double

Latitude публичное свойство

The latitude of the geographic position. The valid range of latitude values is from -90.0 to 90.0 degrees.
public double Latitude
Результат double

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.
public double Longitude
Результат double