Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Há um limite de taxa na API?
Para a API Places Aggregate, há um limite de taxa padrão de 1.200 consultas por minuto.
Qual é a diferença entre "included_primary_types" e "included_types" no TypeFilter?
included_primary_types: filtra lugares em que os tipos especificados são a categoria principal ou primária. Esses lugares também podem ter outros tipos secundários.
included_types: filtra lugares que têm os tipos especificados como uma das categorias, seja o tipo principal ou secundário.
Por exemplo, uma pesquisa usando included_primary_types definido como restaurant retornaria lugares cuja função principal é servir comida, enquanto included_types definido como restaurant retornaria lugares que servem comida, mesmo que tenham outra categoria principal, como um museum com um cafe.
Como definir uma área de pesquisa personalizada que não seja um círculo?
É possível definir uma área de pesquisa personalizada usando um polígono. Forneça uma lista de coordenadas de latitude e longitude que definem os vértices de um único polígono em ordem anti-horária. As coordenadas inicial e final precisam ser iguais para fechar o polígono.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]