সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই দস্তাবেজটি Android এর জন্য মানচিত্র SDK ব্যবহার করার পূর্বশর্ত, কীভাবে এটি সক্ষম করতে হয় এবং তারপরে কীভাবে একটি প্রমাণীকৃত অনুরোধ করা যায় তা বর্ণনা করে৷
checklist
আপনি পূর্বশর্ত পূরণ নিশ্চিত করুন.
settings
আপনার Google ক্লাউড প্রকল্পে SDK সক্ষম করুন৷
verified_user
Android এর জন্য Maps SDK-এর সাথে ব্যবহারের জন্য একটি API কী কনফিগার করুন।
[[["সহজে বোঝা যায়","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-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["An API key is required to use the Maps SDK for Android and can be created through the Google Cloud Console or the Cloud SDK."],["Before using the API key in production, it's crucial to restrict it for security by specifying allowed Android apps and APIs."],["Restricting the API key involves providing the package name and SHA-1 certificate fingerprint of your Android application."],["The same API key can be used for both the Maps SDK for Android and Places SDK for Android applications."],["After obtaining and restricting the API key, proceed to set up and configure your Android Studio project."]]],["To use the Maps SDK, you need an API key, created via the Google Cloud Console or Cloud SDK. The Console method involves navigating to the Credentials page and creating an API key. The Cloud SDK uses the `gcloud services api-keys create` command. Restrict API keys for security, selecting \"Android apps\" and adding the package name and SHA-1 certificate fingerprint. Use separate keys for each app and platform. You can also do this using Cloud SDK, with `gcloud services api-keys update`.\n"]]