Places Aggregate API, जिसे पहले Places Insights API के नाम से जाना जाता था, अब सामान्य रूप से उपलब्ध है (GA).
Places Aggregate API के बारे में अक्सर पूछे जाने वाले सवाल
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
क्या एपीआई के लिए अनुरोध भेजने की कोई सीमा तय की गई है?
Places Aggregate API के लिए, हर मिनट में 1,200 क्वेरी करने की डिफ़ॉल्ट सीमा होती है.
TypeFilter में 'included_primary_types' और 'included_types' के बीच क्या अंतर है?
included_primary_types
: उन जगहों के लिए फ़िल्टर करता है जहां बताई गई कैटगरी, मुख्य या प्राइमरी कैटगरी होती हैं. इन जगहों के अन्य सेकंडरी टाइप भी हो सकते हैं.
included_types
: उन जगहों के लिए फ़िल्टर करता है जिनकी कैटगरी में, तय किए गए टाइप में से कोई भी टाइप शामिल हो. भले ही, वह प्राइमरी टाइप हो या सेकंडरी टाइप.
उदाहरण के लिए, included_primary_types
को restaurant
पर सेट करके की गई खोज में, ऐसी जगहें दिखेंगी जहां मुख्य तौर पर खाना परोसा जाता है. वहीं, included_types
को restaurant
पर सेट करके की गई खोज में, ऐसी जगहें दिखेंगी जहां खाना परोसा जाता है. भले ही, उनकी मुख्य कैटगरी कोई और हो. जैसे, museum
के साथ cafe
.
ज़्यादा जानकारी के लिए, जगह के टाइप पर जाएं.
मैं खोज के लिए, सर्कल के अलावा कोई और कस्टम एरिया कैसे तय करूं?
पॉलीगॉन का इस्तेमाल करके, खोज के लिए कस्टम एरिया तय किया जा सकता है. अक्षांश और देशांतर के निर्देशांकों की एक सूची दें. इसमें एक पॉलीगॉन के वर्टेक्स को घड़ी की उलटी दिशा में क्रम से दिखाया गया हो. पॉलीगॉन को बंद करने के लिए, पहले और आखिरी निर्देशांक एक जैसे होने चाहिए.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-09-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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."]]