PolylineEncoding
প্রত্যাবর্তনের জন্য পছন্দসই ধরণের পলিলাইন নির্দিষ্ট করে।
Enums |
---|
POLYLINE_ENCODING_UNSPECIFIED | কোন পলিলাইন টাইপ পছন্দ নির্দিষ্ট করা নেই। ENCODED_POLYLINE এ ডিফল্ট। |
ENCODED_POLYLINE | পলিলাইন এনকোডিং অ্যালগরিদম ব্যবহার করে একটি পলিলাইন এনকোড করা নির্দিষ্ট করে৷ |
GEO_JSON_LINESTRING | GeoJSON LineString বিন্যাস ব্যবহার করে একটি পলিলাইন নির্দিষ্ট করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This option specifies the preferred format for the returned polyline, which represents a series of connected points."],["You can choose between an encoded polyline using a specific algorithm, a GeoJSON LineString format, or leave it unspecified which defaults to the encoded polyline."],["If no preference is specified, the polyline will be encoded using the polyline encoding algorithm."]]],["The document outlines three types of polyline specifications. `POLYLINE_ENCODING_UNSPECIFIED` implies no preference, defaulting to `ENCODED_POLYLINE`. `ENCODED_POLYLINE` uses the polyline encoding algorithm. `GEO_JSON_LINESTRING` employs the GeoJSON LineString format. These specifications determine the format in which polyline data is returned, offering choices for encoded or GeoJSON representations, with a default if no type is chosen.\n"]]