TerminalLocation

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

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

অপ্রচলিত: ফ্লিট ইঞ্জিনে টার্মিনালপয়েন্টগুলি আর সমর্থিত নয়৷ পরিবর্তে TerminalLocation.point ব্যবহার করুন।

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
(deprecated)

string

অবচয়।

ইউনিয়ন ফিল্ড Id । অবচয়। Id নিম্নলিখিতগুলির মধ্যে একটি হতে পারে:
placeId
(deprecated)

string

অবচয়।

generatedId
(deprecated)

string

অবচয়।