GEOCODING & SEARCH
REST
Android
iOS
DIRECTIONS & NAVIGATION
REST
JavaScript
Android
iOS
POSITIONING
Overview
ILP SDKs

Class: GSSLatLng

GSSLatLng(lat, lng, alt)

Class that holds the position (latitude, longitude and altitude) on the map.

Constructor

new GSSLatLng(lat, lng, alt)

Parameters:
Name Type Description
lat Number

Latitude of the position.

lng Number

Longitude of the position.

alt Number

Altitude of the position.

Example

GSSLatLng instantiation.

var gssLatLng = new gssdirections.GSSLatLng(lat, lng);