TripWaypoint
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इससे किसी वाहन के रास्ते पर रुकने के पॉइंट या वाहन की यात्रा के खत्म होने के पॉइंट के बारे में पता चलता है.
JSON के काेड में दिखाना |
{
"location": {
object (TerminalLocation )
},
"tripId": string,
"waypointType": enum (WaypointType ),
"pathToWaypoint": [
{
object (LatLng )
}
],
"encodedPathToWaypoint": string,
"trafficToWaypoint": {
object (ConsumableTrafficPolyline )
},
"distanceMeters": integer,
"eta": string,
"duration": string
} |
फ़ील्ड |
location |
object (TerminalLocation )
इस वेपॉइंट की जगह.
|
tripId |
string
इस वेपॉइंट से जुड़ी यात्रा.
|
waypointType |
enum (WaypointType )
इस यात्रा में इस वेपॉइंट की भूमिका, जैसे कि पिकअप या ड्रॉपऑफ़.
|
pathToWaypoint[] |
object (LatLng )
पिछले वेपॉइंट से मौजूदा वेपॉइंट तक का पाथ. सूची में पहले वेपॉइंट के लिए, कोई वैल्यू नहीं दी गई है. यह फ़ील्ड सिर्फ़ तब पॉप्युलेट होता है, जब अनुरोध किया जाता है.
|
encodedPathToWaypoint |
string
पिछले वेपॉइंट से मौजूदा वेपॉइंट तक का कोड में बदला गया रास्ता. ध्यान दें: इस फ़ील्ड का इस्तेमाल सिर्फ़ Driver SDK और Consumer SDK के लिए किया जाता है. फ़िलहाल, डिकोड करने की सुविधा उपलब्ध नहीं है.
|
trafficToWaypoint |
object (ConsumableTrafficPolyline )
इस वेपॉइंट के रास्ते पर ट्रैफ़िक की स्थिति. ध्यान दें कि ट्रैफ़िक की जानकारी सिर्फ़ Google Maps Platform के Rides and Deliveries Solution के ग्राहकों के लिए उपलब्ध है.
|
distanceMeters |
integer
पिछले वेपॉइंट से मौजूदा वेपॉइंट तक के पाथ की दूरी. सूची में पहले वेपॉइंट के लिए, कोई वैल्यू नहीं दी गई है.
|
eta |
string (Timestamp format)
इस वेपॉइंट पर पहुंचने का अनुमानित समय. सूची में पहले वेपॉइंट के लिए, कोई वैल्यू नहीं दी गई है. आरएफ़सी 3339 का इस्तेमाल करता है. इसमें जनरेट किया गया आउटपुट हमेशा Z-नॉर्मलाइज़्ड होगा और इसमें 0, 3, 6 या 9 दशमलव अंक इस्तेमाल किए जाएंगे. "Z" के अलावा, अन्य ऑफ़सेट भी स्वीकार किए जाते हैं. उदाहरण: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" या "2014-10-02T15:01:23+05:30" .
|
duration |
string (Duration format)
पिछले वेपॉइंट से इस पॉइंट तक पहुंचने में लगने वाला समय. सूची में पहले वेपॉइंट के लिए, कोई वैल्यू नहीं दी गई है. सेकंड में कुल अवधि, जिसमें दशमलव के बाद नौ अंक हो सकते हैं. यह अवधि 's ' पर खत्म होती है. उदाहरण: "3.5s" .
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-02-26 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-02-26 (UTC) को अपडेट किया गया."],[[["Waypoints represent stopping points or ending points on a vehicle's route or trip."],["Each waypoint includes information like location, trip ID, type (pickup, dropoff), path, and estimated arrival time."],["Waypoints can optionally include details about the path to the waypoint, traffic conditions, and distance."],["The ETA and duration fields provide estimates for arrival time and travel time to the waypoint."]]],["This data represents a waypoint, a stopping or ending point in a vehicle's trip. Key information includes the `location`, the associated `tripId`, and the `waypointType` (e.g., pickup, dropoff). It also provides path details like `pathToWaypoint`, `encodedPathToWaypoint`, and `trafficToWaypoint`, alongside metrics such as `distanceMeters`, `eta` (estimated time of arrival), and `duration` (travel time). Some data, like path details and time-related metrics, are undefined for the initial waypoint.\n"]]