장소 검색
Places API를 사용하면 시설, 주요 관심 장소, 지리적 위치 등 다양한 카테고리를 사용하여 장소 정보를 검색할 수 있습니다. 근접성 또는 텍스트 문자열로 장소를 검색할 수 있습니다. 장소 검색은 각 장소에 관한 요약 정보와 함께 장소 목록을 반환합니다. 장소 세부정보 쿼리를 사용하여 추가 정보를 확인할 수 있습니다.
검색 유형 비교
특성이 서로 다른 세 가지 검색 엔드포인트를 사용할 수 있습니다. 다음 표에는 이러한 차이점 중 일부가 나와 있습니다.
필드 선택
특정 필드만 반환하도록 주변 검색 또는 텍스트 검색을 제한할 수 있는 방법은 없습니다. 필요하지 않은 데이터를 요청하고 비용을 지불하지 않으려면 장소 찾기 요청을 대신 사용하세요.
모호한 텍스트
장소 검색 및 텍스트 검색은 여러 필드에서 모호한 텍스트를 일치시키는 데 최적화되어 있는 반면, 주변 검색은 필드의 하위 집합에서 엄격한 일치로 제한됩니다.
추가 필터
주변 검색 및 텍스트 검색에서는 추가 매개변수(예: minprice
, maxprice
, opennow
, type
)를 사용하여 결과를 필터링할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-01-14(UTC)
[null,null,["최종 업데이트: 2025-01-14(UTC)"],[[["The Places API allows you to search for places using categories like establishments, points of interest, and geographic locations by proximity or text string."],["You can utilize the Places API with various platforms, including JavaScript, Web Service, and client libraries for server-side applications."],["For client-side development, consider the Places SDK for Android, iOS, and the Places Library for the Maps JavaScript API."],["Three search endpoints are available: Find Place, Nearby Search, and Text Search, each with unique characteristics like field selection and ambiguous text handling."],["Nearby Search and Text Search offer additional filters such as `minprice`, `maxprice`, `opennow`, and `type` to refine results."]]],[]]