WaypointType
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Enums |
---|
UNKNOWN_WAYPOINT_TYPE | অজানা বা অনির্দিষ্ট ওয়েপয়েন্ট প্রকার। |
PICKUP_WAYPOINT_TYPE | রাইডার বা আইটেম তোলার জন্য ওয়েপয়েন্ট। |
DROP_OFF_WAYPOINT_TYPE | রাইডার বা আইটেম নামানোর জন্য ওয়েপয়েন্ট। |
INTERMEDIATE_DESTINATION_WAYPOINT_TYPE | মাল্টি-গন্তব্য ট্রিপে মধ্যবর্তী গন্তব্যের জন্য ওয়েপয়েন্ট। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-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"]],["2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Waypoints can be categorized into pickup, drop-off, intermediate destination, or unknown types."],["Each waypoint type serves a specific purpose within a trip, like picking up passengers, dropping off deliveries, or marking points along a multi-destination route."],["The `UNKNOWN_WAYPOINT_TYPE` is used when the waypoint's specific role is unspecified or yet to be determined."]]],["The core content defines different waypoint types. `UNKNOWN_WAYPOINT_TYPE` represents an undefined type. `PICKUP_WAYPOINT_TYPE` denotes locations for rider or item pickups. `DROP_OFF_WAYPOINT_TYPE` signifies drop-off locations. Lastly, `INTERMEDIATE_DESTINATION_WAYPOINT_TYPE` is for stops within trips with multiple destinations. The enums specify these distinct purposes for each waypoint.\n"]]