Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Есть ли ограничение по скорости API?
Для API Places Aggregate ограничение по умолчанию составляет 1200 запросов в минуту.
В чем разница между «included_primary_types» и «included_types» в TypeFilter?
included_primary_types : Фильтрует места, для которых указанные типы являются основной или первичной категорией. У этих мест могут также быть другие вторичные типы.
included_types : Фильтрует места, имеющие указанные типы в качестве любой из своих категорий, независимо от того, является ли это основным или дополнительным типом.
Например, поиск с использованием included_primary_types , установленным на restaurant , вернет места, основной функцией которых является подача еды, тогда как поиск с использованием included_types установленным на restaurant , вернет места, в которых подают еду, даже если у них есть другая основная категория, например, museum с cafe .
Как определить пользовательскую область поиска, которая не является кругом?
Вы можете определить пользовательскую область поиска, используя многоугольник. Укажите список координат широты и долготы, определяющих вершины одного многоугольника в порядке против часовой стрелки. Для замыкания многоугольника первая и последняя координаты должны совпадать.
[[["Прост для понимания","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."]]