VehicleJourneySegmentRestrictedLog

  • The JSON representation showcases restricted data from a VehicleJourneySegment.

  • It includes a single field, "path", which is a base64-encoded string containing the vehicle's driving path.

  • The driving path is compressed and downsampled using S2 polylines for efficient storage and representation.

Contains restricted data from a VehicleJourneySegment.

JSON representation
{
  "path": string
}
Fields
path

string (bytes format)

Driving path that the vehicle took, downsampled and compressed using S2 polylines.

A base64-encoded string.