TerminalLocation

একটি ওয়েপয়েন্টের অবস্থান বর্ণনা করে।

JSON প্রতিনিধিত্ব
{
  "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

একটি টার্মিনাল পয়েন্ট সনাক্ত করে।

JSON প্রতিনিধিত্ব
{
  "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

অবচয়।