TripWaypointRestrictedLog
Stay organized with collections
Save and categorize content based on your preferences.
Contains restricted data from a TripWaypointLog.
Fields |
location |
object (TerminalLocationRestrictedLog )
The location where this waypoint is
|
encodedPathToWaypoint |
string
The encoded path from the previous waypoint to the current waypoint.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[[["TripWaypointRestrictedLog contains limited data from TripWaypointLog, specifically location and encoded path."],["The `location` field provides details about the waypoint's location using TerminalLocationRestrictedLog."],["The `encodedPathToWaypoint` field offers an encoded path from the preceding waypoint to the current one."]]],["The provided data structure represents a waypoint log entry, containing restricted data. Each entry includes a `location` object, detailing the waypoint's position using the `TerminalLocationRestrictedLog` schema. Additionally, it contains an `encodedPathToWaypoint` string, which represents the path traveled from the prior waypoint to the current one. The structure uses a JSON format, with `location` being an object and `encodedPathToWaypoint` being a string.\n"]]