সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ডেটাসেটগুলি হল ডেটার জন্য ধারক যা আপনি ডেটা-চালিত স্টাইলিং এর অংশ হিসাবে আপনার Google মানচিত্র প্ল্যাটফর্ম অ্যাপগুলিতে ব্যবহার করতে চান৷ মানচিত্র ডেটাসেট API আপনাকে একটি REST API ব্যবহার করে ডেটাসেট তৈরি এবং পরিচালনা করতে দেয়।
উদাহরণস্বরূপ, ডেটাসেটের জন্য ডেটা-চালিত স্টাইলিং সহ, আপনি একটি ডেটাসেটে আপনার নিজস্ব ভূ-স্থানিক ডেটা আপলোড করেন, ডেটা বৈশিষ্ট্যগুলিতে কাস্টম স্টাইলিং প্রয়োগ করেন এবং মানচিত্রে সেই ডেটা বৈশিষ্ট্যগুলি প্রদর্শন করেন। আপনি পয়েন্ট, পলিলাইন এবং বহুভুজ জ্যামিতির উপর ভিত্তি করে ডেটা ভিজ্যুয়ালাইজেশন তৈরি করতে পারেন এবং ডেটা বৈশিষ্ট্যগুলিকে ক্লিক ইভেন্টগুলিতে প্রতিক্রিয়া জানাতে পারেন।
একটি ডেটাসেট তৈরি করা একটি দুই ধাপের প্রক্রিয়া:
ডেটাসেট তৈরি করার জন্য একটি অনুরোধ করুন।
আপনার ডেস্কটপ বা Google ক্লাউড স্টোরেজ থেকে ডেটাসেটে ডেটা আপলোড করার জন্য একটি অনুরোধ করুন। আপনার আপলোড ডেটা একটি CSV, GeoJSON, বা KML ফাইল দ্বারা প্রতিনিধিত্ব করা আবশ্যক৷
ডেটা-চালিত স্টাইলিংয়ের অংশ হিসাবে ডেটাসেটগুলি ব্যবহার করার বিষয়ে আরও জানতে, দেখুন:
[[["সহজে বোঝা যায়","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-08-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Maps Datasets API allows you to create and manage datasets for use with data-driven styling in Google Maps Platform applications, enabling custom visualizations of geospatial data.\u003c/p\u003e\n"],["\u003cp\u003eDatasets can be populated with data from CSV, GeoJSON, or KML files, supporting point, polyline, and polygon geometries for data features.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the API to create, upload data to, list, retrieve information about, update, download data from, and delete datasets.\u003c/p\u003e\n"],["\u003cp\u003eThere is no charge for using the Maps Datasets API.\u003c/p\u003e\n"],["\u003cp\u003eTo get started, you'll need to set up your Google Cloud project and follow the provided instructions for dataset creation and management.\u003c/p\u003e\n"]]],["The Maps Datasets API facilitates the creation and management of datasets for data-driven styling in Google Maps Platform apps. Users can create a dataset via a REST API, then upload geospatial data (CSV, GeoJSON, or KML) from their desktop or Google Cloud Storage. Datasets can be listed, retrieved, updated, downloaded, or deleted using specific API endpoints. The process involves project setup, dataset creation and data upload, and then status retrieval. Using the Maps Datasets API has no charge.\n"],null,["Datasets are containers for data that you want to use in your\nGoogle Maps Platform apps as part of **data-driven styling**.\nMaps Datasets API lets you create and manage datasets using a REST API.\n| **Note:** There is no charge for using the Maps Datasets API.\n\nFor example, with data-driven styling for datasets, you upload your own\ngeospatial data to a dataset, apply custom styling to the data features, and\ndisplay those data features on maps. You can create data visualizations based on\npoint, polyline, and polygon geometries, and make data features respond to click\nevents.\n\nCreating a dataset is a two step process:\n\n1. Make a request to create the dataset.\n\n2. Make a request to upload data to the dataset from your desktop or Google\n Cloud Storage. Your upload data must be represented by a CSV, GeoJSON, or\n KML file.\n\nFor more on using datasets as part of data-driven styling, see:\n\n- [Maps JavaScript API](/maps/documentation/javascript/dds-datasets/overview).\n- [Maps SDK for Android](/maps/documentation/android-sdk/dds-datasets/overview)\n- [Maps SDK for iOS](/maps/documentation/ios-sdk/dds-datasets/overview)\n\nHow the Maps Datasets API works\n\nThe Maps Datasets API has the following methods:\n\n- **Create dataset** : Use the\n [create](/maps/documentation/datasets/reference/rest/v1/projects.datasets/create) endpoint\n to create a dataset.\n\n- **Upload data** : Use the [upload](/maps/documentation/datasets/reference/rest/v1/media/upload) endpoint\n to upload data to your dataset.\n\n- **List datasets** : Use the [list](/maps/documentation/datasets/reference/rest/v1/projects.datasets/list)\n endpoint to fetch a list of all datasets.\n\n- **Get dataset** : Use the [get](/maps/documentation/datasets/reference/rest/v1/projects.datasets/get)\n endpoint to retrieve information about a specific dataset.\n\n- **Get dataset errors** : Use the\n [fetchDatasetErrors](/maps/documentation/datasets/reference/rest/v1/projects.datasets/fetchDatasetErrors)\n endpoint to retrieve error information about a dataset.\n\n- **Update dataset** : Use the [patch](/maps/documentation/datasets/reference/rest/v1/projects.datasets/patch)\n endpoint to update information about a specific dataset.\n\n- **Download dataset** : Use the [download](/maps/documentation/datasets/reference/rest/v1/media/download)\n endpoint to download the data from a dataset.\n\n- **Delete dataset** : Use the [delete](/maps/documentation/datasets/reference/rest/v1/projects.datasets/delete)\n endpoint to delete a dataset.\n\nHow to use the Maps Datasets API\n\n|---|-------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|\n| 1 | **Get set up** | Start with [Set up your Google Cloud project](/maps/documentation/datasets/cloud-setup) and complete the instructions that follow. |\n| 2 | **Create a dataset and upload your data** | See [Create a dataset](/maps/documentation/datasets/create). |\n| 3 | **Get dataset information and status** | See [Get a dataset](/maps/documentation/datasets/get). |\n\nWhat's next\n\n- [Set up your Google Cloud project](/maps/documentation/datasets/cloud-setup)\n- [Use OAuth](/maps/documentation/datasets/oauth-token)"]]