setGeoLocation

set the current geo location

Usage

1
client.setGeoLocation(location).then(callback);

Parameters

Param Type Details
location Object the new location ({latitude: number, longitude: number, altitude: number})

Uses