Click or drag to resize
Cimbalino ToolkitLocationServicePosition Constructor (DateTimeOffset, Double, Double, Double, NullableDouble, NullableDouble, NullableDouble, NullableDouble)
Initializes a new instance of the LocationServicePosition class.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public LocationServicePosition(
	DateTimeOffset timestamp,
	double latitude,
	double longitude,
	double accuracy,
	Nullable<double> altitude,
	Nullable<double> altitudeAccuracy,
	Nullable<double> heading,
	Nullable<double> speed
)

Parameters

timestamp
Type: SystemDateTimeOffset
The time at which the location was determined.
latitude
Type: SystemDouble
The latitude in degrees.
longitude
Type: SystemDouble
The longitude in degrees.
accuracy
Type: SystemDouble
The accuracy of the location in meters.
altitude
Type: SystemNullableDouble
The altitude of the location, in meters.
altitudeAccuracy
Type: SystemNullableDouble
The accuracy of the altitude, in meters.
heading
Type: SystemNullableDouble
The current heading in degrees relative to true north.
speed
Type: SystemNullableDouble
The speed in meters per second.
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also