TerminalLocation

वेपॉइंट की जगह के बारे में बताता है.

जेएसओएन के काेड में दिखाना
{
  "point": {
    object (LatLng)
  },
  "terminalPointId": {
    object (TerminalPointId)
  },
  "accessPointId": string,
  "tripId": string,
  "terminalLocationType": enum (WaypointType)
}
फ़ील्ड
point

object (LatLng)

ज़रूरी है. यात्रा के वेपॉइंट की जगह दिखाता है.

terminalPointId

object (TerminalPointId)

टर्मिनल पॉइंट का आईडी.

accessPointId
(deprecated)

string

समर्थन नहीं होना या रुकना.

tripId
(deprecated)

string

समर्थन नहीं होना या रुकना.

terminalLocationType
(deprecated)

enum (WaypointType)

अब काम नहीं करता: Vehicle.waypoint में यह डेटा होगा.

TerminalPointId

टर्मिनल पॉइंट की पहचान करता है.

जेएसओएन के काेड में दिखाना
{
  "value": string,

  // Union field Id can be only one of the following:
  "placeId": string,
  "generatedId": string
  // End of list of possible types for union field Id.
}
फ़ील्ड
value

string

टर्मिनल पॉइंट का यूनीक आईडी.

यूनियन फ़ील्ड Id. समर्थन नहीं होना या रुकना. Id इनमें से सिर्फ़ एक हो सकता है:
placeId
(deprecated)

string

समर्थन नहीं होना या रुकना.

generatedId
(deprecated)

string

समर्थन नहीं होना या रुकना.