Fired when the rider location has changed. Includes GeoJSON attributes to render delivery path and rider's progress on path.
"order_delivery_path"
GeoJSON Feature containing a Point. See the https://www.rfc-editor.org/rfc/rfc7946.html#section-3.1.2 for more information.
Pickup location geocoded coordinates.
GeoJSON Feature containing a Point. See the https://www.rfc-editor.org/rfc/rfc7946.html#section-3.1.2 for more information.
Dropoff location geocoded coordinates.
GeoJSON FeatureCollection Points. See the https://www.rfc-editor.org/rfc/rfc7946.html#page-12 for more information.
Points represents the rider's progress on the delivery path.
GeoJSON Feature containing a LineString. See the https://www.rfc-editor.org/rfc/rfc7946.html#page-8 for more information.
The lineString is the delivery path between the pickup location and dropoff location.