Class Veery
stopRouteMatch()
Cancel the call to requestRouteMatch.
Trips 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 requestRouteMatch for a full example.
User interaction
none
See also
getLocationHistory
Get the historical geolocation data for the mentioned period.
countLocationHistory
Count Historical data of Geolocations observed during a given period of time.
requestRouteMatch
Request for a callback event when a new trip is routematched by the Veery Backend.
stopRouteMatch
Cancel the call to requestRouteMatch.
Locations.toArray
Return an array of Location object.
Locations.toGeoJSON
Return a GeoJSON containing the set of locations (Point or MultiLineString).
Locations.toGeoJSONArray
Return an array of GeoJSON.
Locations.getBoundingBox
Get the bounding box which envelopes all locations in the set.
Locations.onRouteMatch
Callback triggered every time a trip is computed by the Veery backend.