Table of Contents

Class GeospatialInformation

Namespace
Iot.Device.Swarm
Assembly
Iot.Device.Swarm.dll

Geospatial information of the Tile.

public class GeospatialInformation
Inheritance
GeospatialInformation

Constructors

GeospatialInformation()

public GeospatialInformation()

Properties

Altitude

Gets altitude in meters.

public float Altitude { get; }

Property Value

float

Course

Gets course in degrees (0..359).

public float Course { get; }

Property Value

float

Remarks

Course proceeds clockwise, with 0=north, 90=east, 180=south, and 270=west.

Latitude

Gets latitude in d.dddd format.

public float Latitude { get; }

Property Value

float

Remarks

The latitude is presented in the N basis (negative latitudes are in the southern hemisphere).

Longitude

Gets longitude in d.dddd format.

public float Longitude { get; }

Property Value

float

Remarks

The longitude is presented in the E basis (negative longitudes are in the western hemisphere).

Speed

Gets speed in kilometers per hour (0..999).

public float Speed { get; }

Property Value

float