TerminalLocation

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

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

object (LatLng)

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

terminalPointId
(deprecated)

object (TerminalPointId)

अब काम नहीं करता: इसके बजाय, point फ़ील्ड डालें.

accessPointId
(deprecated)

string

अब काम नहीं करता: इसके बजाय, point फ़ील्ड डालें.

tripId
(deprecated)

string

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

terminalLocationType
(deprecated)

enum (WaypointType)

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

TerminalPointId

अब काम नहीं करता: Fleet Engine में TerminalPoints काम नहीं करते. इसके बजाय, TerminalLocation.point का इस्तेमाल करें.

जेएसओएन के काेड में दिखाना
{
  "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
(deprecated)

string

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

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

string

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

generatedId
(deprecated)

string

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