স্থান সমষ্টি API FAQ,স্থান সমষ্টি API FAQ,স্থান সমষ্টি API FAQ,স্থান সমষ্টি API FAQ
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
API এ একটি হার সীমা আছে?
Places Aggregate API-এর জন্য, প্রতি মিনিটে 1,200 কোয়েরির একটি ডিফল্ট হারের সীমা রয়েছে৷
টাইপফিল্টারে 'অন্তর্ভুক্ত_প্রাথমিক_প্রকার' এবং 'অন্তর্ভুক্ত_টাইপস'-এর মধ্যে পার্থক্য কী?
included_primary_types : এমন জায়গাগুলির জন্য ফিল্টার যেখানে নির্দিষ্ট প্রকারগুলি তাদের প্রধান বা প্রাথমিক বিভাগ। এই জায়গাগুলিতে অন্যান্য মাধ্যমিক প্রকারও থাকতে পারে।
included_types : জায়গাগুলির জন্য ফিল্টার যেগুলির যে কোনও বিভাগ হিসাবে নির্দিষ্ট প্রকার রয়েছে, তা প্রাথমিক বা মাধ্যমিক প্রকার যাই হোক না কেন।
উদাহরণ স্বরূপ, restaurant সেট করা included_primary_types ব্যবহার করে একটি অনুসন্ধান সেই স্থানগুলিকে ফেরত দেবে যার প্রাথমিক কাজ হল খাবার পরিবেশন করা, যেখানে restaurant সেট করা included_types এমন জায়গাগুলিকে ফেরত দেবে যেখানে খাবার পরিবেশন করা হয় যদিও তাদের অন্য একটি প্রাথমিক বিভাগ থাকে, যেমন একটি cafemuseum
আমি কিভাবে একটি কাস্টম অনুসন্ধান এলাকা সংজ্ঞায়িত করব যা একটি বৃত্ত নয়?
আপনি একটি বহুভুজ ব্যবহার করে একটি কাস্টম অনুসন্ধান এলাকা সংজ্ঞায়িত করতে পারেন। অক্ষাংশ এবং দ্রাঘিমাংশ স্থানাঙ্কের একটি তালিকা প্রদান করুন যা একটি একক বহুভুজের শীর্ষবিন্দুকে ঘড়ির কাঁটার বিপরীতে সংজ্ঞায়িত করে। বহুভুজ বন্ধ করার জন্য প্রথম এবং শেষ স্থানাঙ্ক অবশ্যই একই হতে হবে।
[[["সহজে বোঝা যায়","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-09-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Places Aggregate API FAQ\n\nIs there a rate limit on the API?\n---------------------------------\n\nFor Places Aggregate API, there is a default rate limit of\n1,200 queries per minute.\n\nWhat is the difference between 'included_primary_types' and 'included_types' in the TypeFilter?\n-----------------------------------------------------------------------------------------------\n\n- `included_primary_types`: Filters for places where the specified types are their main or primary category. These places might also have other secondary types.\n- `included_types`: Filters for places that have the specified types as any of their categories, regardless of whether it's the primary or secondary type.\n\nFor example, a search using `included_primary_types` set to `restaurant` would\nreturn places whose primary function is to serve food, whereas `included_types`\nset to `restaurant` would return places that serve food even if they have\nanother primary category, such as a `museum` with a `cafe`.\n\nFor further reading, visit [Place Types](/maps/documentation/places/web-service/place-types).\n\nHow do I define a custom search area that isn't a circle?\n---------------------------------------------------------\n\nYou can define a custom search area using a polygon. Provide a list of latitude\nand longitude coordinates that define the vertices of a single polygon in a\ncounter-clockwise order. The first and last coordinates *must* be the same to\nclose the polygon."]]