Class Veery

stopPoiUpdate()

Cancel the call to requestPoiUpdate.

POIs will continue to be computed and copied to the Cache, but no callback will be triggered for that Veery object.

Parameters

none

Returns

void

Usage / Example

See requestPoiUpdate for a full example.

User interaction

none

See also

getPois

Get last known list of POIs for that user.

requestPoiUpdate

Request for a callback event when a new set of POIs is computed by the Veery Backend.

stopPoiUpdate

Cancel the call to requestPoiUpdate.

Pois.toArray

Return an array of Location object.

Pois.toGeoJSONArray

Return an array of GeoJSON.

Pois.count

Return the amount of POIs known.

Pois.getWeight

Return the percentage of time spent at the specified POI.

PoiUpdate.onPoiUpdate

Callback triggered every time a new set of POIs is computed by the Veery backend.