이전에 Places Insights API라고 했던 Places Aggregate API가 이제 정식 버전 (GA)으로 제공됩니다.
Places Aggregate API FAQ
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
API에 비율 제한이 있나요?
Places Aggregate API의 기본 비율 한도는 분당 쿼리 1,200개입니다.
TypeFilter의 'included_primary_types'와 'included_types'의 차이점은 무엇인가요?
included_primary_types
: 지정된 유형이 기본 또는 기본 카테고리인 장소를 필터링합니다. 이러한 장소에는 다른 보조 유형이 있을 수도 있습니다.
included_types
: 기본 유형인지 보조 유형인지에 관계없이 지정된 유형이 카테고리 중 하나인 장소를 필터링합니다.
예를 들어 included_primary_types
이 restaurant
으로 설정된 검색은 주요 기능이 음식을 제공하는 장소를 반환하는 반면, included_types
이 restaurant
으로 설정된 검색은 cafe
이 있는 museum
과 같은 다른 기본 카테고리가 있더라도 음식을 제공하는 장소를 반환합니다.
자세한 내용은 장소 유형을 참고하세요.
원이 아닌 맞춤 검색 영역을 정의하려면 어떻게 해야 하나요?
다각형을 사용하여 맞춤 검색 영역을 정의할 수 있습니다. 시계 반대 방향으로 단일 다각형의 꼭짓점을 정의하는 위도 및 경도 좌표 목록을 제공합니다. 다각형을 닫으려면 첫 번째 좌표와 마지막 좌표가 동일해야 합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-29(UTC)
[null,null,["최종 업데이트: 2025-08-29(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."]]