Webportal v1

embedded apps

API Reference - Navigation.GetCurrentPositionLongitude()

Navigation.GetCurrentPositionLongitude()

Type Method
Min Privacy Public
wave 2
wave 3
wave 4

Description Gets the current position’s longitude in WGS84 Signed Decimal Degrees.
Response Number Current position’s longitude as WGS84 Signed Decimal Degrees.
Parameter Void

Example

1
2
var CurrentLongitude = Navigation.GetCurrentPositionLongitude();
// CurrentLongitude = 2.333333

Remark

Note: The returned longitude’s length < 11 characters.

Appeared in Software version 40.03.42.30