নেভিগেশন SDK ওভারভিউ
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
নেভিগেশন SDK আপনাকে আপনার মোবাইল অ্যাপ্লিকেশনগুলিতে Google মানচিত্র পালাক্রমে নেভিগেশন সংহত করতে দেয়৷ গুরুত্বপূর্ণভাবে, এটি বর্তমান রুট সেগমেন্ট এবং চূড়ান্ত গন্তব্য ডেটা সরবরাহ করে, যা ড্রাইভার SDK থেকে অবস্থান আপডেট এবং অক্ষাংশ/দ্রাঘিমাংশ স্থানাঙ্ক সহ, যখন আপনার ড্রাইভার গাড়ি চালানো শুরু করে তখন ফ্লিট ইঞ্জিনে পাঠানো হয়। এটি একটি সম্পূর্ণ ড্রাইভিং অভিজ্ঞতার ফলে।
কেন নেভিগেশন SDK ব্যবহার করবেন?
ন্যাভিগেশন SDK ড্রাইভারের রুটের আপডেটের জন্য ফ্লিট ইঞ্জিনের সাথে সহজে একীকরণ সক্ষম করে। ড্রাইভার SDK-এর সাথে নেভিগেশন SDK ব্যবহার করলে আপনার ড্রাইভার অ্যাসাইনমেন্টগুলি পরিচালনা করতে এবং নেভিগেট করতে একটি একক অ্যাপ ব্যবহার করতে সক্ষম করে যেভাবে তারা তাদের Google মানচিত্রের গ্রাহক সংস্করণ ব্যবহার করবে, অন্য কোনও অ্যাপে স্যুইচ না করেই৷
নেভিগেশন এসডিকে দিয়ে আপনি কী করতে পারেন?
ফ্লিট ইঞ্জিনের সাথে নিম্নলিখিত যোগাযোগ করতে নেভিগেশন SDK ব্যবহার করুন।
- Reliable turn-by-turn navigation instructions powered by Google Maps.
- ড্রাইভার SDK দ্বারা প্রদত্ত অক্ষাংশ/দ্রাঘিমাংশ স্থানাঙ্কের উপর ভিত্তি করে কাস্টমাইজড রুট।
- কাস্টমাইজ করা মানচিত্র উপাদান, যেমন কাস্টম মার্কার, ওভারলে, এবং UI উপাদানগুলি প্রধান নেভিগেশন তথ্য হাইলাইট করতে এবং নেভিগেশন অভিজ্ঞতা ব্যক্তিগতকৃত করতে।
নেভিগেশন SDK কিভাবে কাজ করে
ন্যাভিগেশন SDK ফ্লিট ইঞ্জিনে রাউটিং তথ্য এবং গন্তব্য সরবরাহ করে, যখন ড্রাইভার SDK অবস্থান আপডেট, অক্ষাংশ/দ্রাঘিমাংশ স্থানাঙ্ক, অবশিষ্ট দূরত্ব এবং ETAs প্রদান করে। অন্যান্য সমস্ত গাড়ির ডেটা আপডেট অবশ্যই গ্রাহকের ব্যাকএন্ডে পাঠাতে হবে, যা ফ্লিট ইঞ্জিনে ডেটা রিলে করে।

কিভাবে নেভিগেশন SDK ব্যবহার করবেন
নীচের পদক্ষেপগুলি আপনার ড্রাইভার অ্যাপ্লিকেশনে নেভিগেশন SDK অন্তর্ভুক্ত করার জন্য একটি সাধারণ ব্যবহার-কেস পরিস্থিতি কভার করে:
iOS
1 | আপনার Google ক্লাউড প্রকল্প সেট আপ করুন | নেভিগেশন SDK ব্যবহার করার আগে একটি Google ক্লাউড প্রকল্প তৈরি করুন। আরও তথ্যের জন্য, আপনার Google ক্লাউড প্রকল্প সেট আপ দেখুন। |
2 | আপনার API কীতে নেভিগেশন SDK যোগ করুন | API কী একটি অনন্য শনাক্তকারী যা আপনার অনুরোধগুলিকে প্রমাণীকরণ করে, নেভিগেশন SDK ব্যবহার করতে আপনার প্রকল্পের সাথে অন্তত একটি API কী যুক্ত করুন৷ আরও তথ্যের জন্য, API কী ব্যবহার করা দেখুন। |
3 | আপনার Xcode প্রকল্প সেট আপ করুন | একটি Xcode প্রকল্প তৈরি করুন এবং এতে নেভিগেশন SDK ইনস্টল করুন। আরও তথ্যের জন্য, আপনার Xcode প্রকল্প সেট আপ দেখুন। |
4 | আপনার প্রকল্পে ড্রাইভার SDK যোগ করুন | সমস্ত ফ্লিট ইঞ্জিন বৈশিষ্ট্যগুলির সুবিধা নেওয়া শুরু করতে ড্রাইভার SDK ইনস্টল করুন এবং কনফিগার করুন৷ আরও তথ্যের জন্য, অন-ডিমান্ড ট্রিপের জন্য ড্রাইভার SDK পান এবং নির্ধারিত কাজের জন্য ড্রাইভার SDK পান দেখুন। |
নেভিগেশন SDK বৈশিষ্ট্য সম্পর্কে আরও তথ্যের জন্য, Android এবং iOS এর জন্য নেভিগেশন SDK-এর সম্পূর্ণ ডকুমেন্টেশন দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Navigation SDK enables turn-by-turn navigation within your mobile apps, seamlessly integrating with Google Maps and Fleet Engine for real-time route and location updates.\u003c/p\u003e\n"],["\u003cp\u003eWhen used with the Driver SDK, it provides a comprehensive driving experience within a single app, eliminating the need for drivers to switch between navigation and task management.\u003c/p\u003e\n"],["\u003cp\u003eThe SDK offers customizable routes, map elements, and navigation instructions powered by Google Maps, ensuring a tailored and efficient navigation experience for drivers.\u003c/p\u003e\n"],["\u003cp\u003eTo utilize the Navigation SDK, developers need to set up a Google Cloud project, integrate the SDK into their Android or iOS project, and add the Driver SDK for comprehensive Fleet Engine functionality.\u003c/p\u003e\n"]]],[],null,["The Navigation SDK lets you to integrate Google Maps turn-by-turn navigation\ninto your mobile applications. Crucially, it provides\ncurrent route segment and final destination data, which, along with location\nupdates and latitude/longitude coordinates from the Driver SDK, are sent to the\nFleet Engine when your driver begins driving. This results in a complete driving\nexperience.\n\nWhy use the Navigation SDK?\n\nThe Navigation SDK enables easier integration with Fleet Engine for updates to\nthe driver's routes. Using the Navigation SDK along with the Driver SDK enables\nyour driver can use a single app to manage assignments and navigate as they\nwould using their consumer version of Google Maps, without having to switch to\nanother app.\n\nWhat can you do with the Navigation SDK?\n\nUse the Navigation SDK to communicate the following with Fleet Engine.\n\n- Reliable turn-by-turn navigation instructions powered by Google Maps.\n- Customized routes based on the latitude/longitude coordinates provided by the Driver SDK.\n- Customized map elements, such as custom markers, overlays, and UI elements to highlight key navigation information and to personalize the navigation experience.\n\nHow the Navigation SDK works\n\nThe Navigation SDK provides routing information and destination to Fleet Engine,\nwhile the Driver SDK provides a stream of location updates, latitude/longitude\ncoordinates, remaining distance, and ETAs. All other vehicle data updates must\nbe sent to the customer backend, which relays the data to Fleet Engine.\n\nHow to use the Navigation SDK\n\nThe steps below cover a typical use-case scenario for incorporating the\nNavigation SDK into your driver application: \n\nAndroid\n\n|---|--------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| 1 | **Set up your Google Cloud project** | Create a Google Cloud project before using the Navigation SDK. For more information, see [Set up your Google Cloud project](/maps/documentation/navigation/android-sdk/cloud-setup). |\n| 2 | **Add the Navigation SDK to your API key** | The API key is a unique identifier that authenticates your requests, associate at least one API key with your project to use the Navigation SDK. For more information, see [Using API keys](/maps/documentation/navigation/android-sdk/get-api-key). |\n| 3 | **Set up your Android Studio project** | Create an Android project and integrate the Navigation SDK into it. For more information, see [Set up your Android Studio project](/maps/documentation/navigation/android-sdk/android-studio-setup). |\n| 4 | **Add the Driver SDK to your project** | Install and configure the Driver SDK to start taking advantage of all the Fleet Engine features. For more information, see [Get the Driver SDK for on-demand trips](/maps/documentation/mobility/driver-sdk/on-demand/android/minimum-requirements) and [Get the Driver SDK for scheduled tasks](/maps/documentation/mobility/driver-sdk/scheduled/android/minimum-requirements). |\n\niOS\n\n|---|--------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| 1 | **Set up your Google Cloud project** | Create a Google Cloud project before using the Navigation SDK. For more information, see [Set up your Google Cloud project](/maps/documentation/navigation/ios-sdk/cloud-setup). |\n| 2 | **Add the Navigation SDK to your API key** | The API key is a unique identifier that authenticates your requests, associate at least one API key with your project to use the Navigation SDK. For more information, see [Using API keys](/maps/documentation/navigation/ios-sdk/get-api-key). |\n| 3 | **Set up your Xcode project** | Create an Xcode project and install the Navigation SDK into it. For more information, see [Set up your Xcode project](/maps/documentation/navigation/ios-sdk/xcode-setup). |\n| 4 | **Add the Driver SDK to your project** | Install and configure the Driver SDK to start taking advantage of all the Fleet Engine features. For more information, see [Get the Driver SDK for on-demand trips](/maps/documentation/mobility/driver-sdk/on-demand/ios/minimum-requirements) and [Get the Driver SDK for scheduled tasks](/maps/documentation/mobility/driver-sdk/scheduled/ios/minimum-requirements). |\n\nFor more information about the Navigation SDK features, see the complete\ndocumentation for Navigation SDK for\n[Android](/maps/documentation/navigation/android-sdk) and\n[iOS](/maps/documentation/navigation/ios-sdk)."]]