Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Index

Enumeration Members

Enumeration Members

NORMAL: "NORMAL"

Normal speed, no slowdown is detected.

SLOW: "SLOW"

Slowdown detected, but no traffic jam formed.

TRAFFIC_JAM: "TRAFFIC_JAM"

Traffic jam detected.

Generated using TypeDoc