The classification of polyline speed based on traffic data.
Access by calling const {Speed} = await google.maps.importLibrary("journeySharing"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {Speed} = await google.maps.importLibrary("journeySharing")
Normal speed, no slowdown is detected.
Slowdown detected, but no traffic jam formed.
Traffic jam detected.
Generated using TypeDoc
The classification of polyline speed based on traffic data.
Access by calling
const {Speed} = await google.maps.importLibrary("journeySharing")
. See https://developers.google.com/maps/documentation/javascript/libraries.