Webportal v1

embedded apps

API Reference - Navigation.GetCurrentPositionLatitude()

Navigation.GetCurrentPositionLatitude()

Type Method
Min Privacy Public
wave 2
wave 3
wave 4

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

Example

1
2
var CurrentLatitude = Navigation.GetCurrentPositionLatitude();
// CurrentLatitude = 48.866669

Remark

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

Appeared in Software version 40.03.42.30