Location Context

  • Platform bundles with in-built geo services capabilities. You can track your geographical location of any of your business entities like hardware, assets, devices, users, pets, etc..

  • Context Variable: location

API Interface

//Update an entity's location, location based events are triggerd automatically
void updateEntity(String entityId, double lat, double lon);

//Update an asset's location, location based events are triggerd automatically
void updateAsset(String assetId, double lat, double lon);

//Update a device's location, location based events are triggerd automatically
void updateDevice(String deviceId, double lat, double lon);

APIs Inherited

Context Base