MobileForms Toolkit Documentation

GeoPosition  Constructor (DateTime, Double, Double, Double, Double, Double, Double, Double)

Constructs the GeoPosition object

public GeoPosition(
DateTime timeStamp,
double latitude,
double longitude,
double altitude,
double horizontalAccuracy,
double verticalAccuracy,
double speed,
double course
);

Parameters

timeStamp
A DateTime object defining the time when the GPS location was obtained.
latitude
A latitude value of the GPS location
longitude
A longitude value of the GPS location
altitude
An altitude value of the GPS location
horizontalAccuracy
A horizontal accuracy value of the GPS location
verticalAccuracy
A vertical accuracy of the GPS location
speed
A speed of an object in time when the GPS location was found.
course
A movement course of an object in time when the GPS location was found.

See Also

GeoPosition Class | Resco.Location.GPS Namespace | GeoPosition Constructor Overload List