장소 검색
참고: 서버 측 및 클라이언트 측 라이브러리
Places API는 Google 지도 서비스용 Java 클라이언트, Python 클라이언트, Go 클라이언트, Node.js 클라이언트에서도 사용할 수 있습니다.
Places API 및 클라이언트 라이브러리는 서버 애플리케이션에서 사용하기 위한 것입니다.
클라이언트 측 애플리케이션을 빌드하는 경우 Android용 Places SDK, iOS용 Places SDK, 장소 라이브러리, Maps JavaScript API를 살펴보세요.
Places API를 사용하면 시설, 주요 관심 장소, 지리적 위치 등 다양한 카테고리를 사용하여 장소 정보를 검색할 수 있습니다. 근접성 또는 텍스트 문자열로 장소를 검색할 수 있습니다. 장소 검색은 각 장소에 관한 요약 정보와 함께 장소 목록을 반환합니다. 장소 세부정보 쿼리를 사용하여 추가 정보를 확인할 수 있습니다.
검색 유형 비교
특성이 서로 다른 세 가지 검색 엔드포인트를 사용할 수 있습니다. 다음 표에는 이러한 차이점 중 일부가 나와 있습니다.
필드 선택
특정 필드만 반환하도록 주변 검색 또는 텍스트 검색을 제한할 수 있는 방법은 없습니다. 필요하지 않은 데이터를 요청하고 비용을 지불하지 않으려면 장소 찾기 요청을 대신 사용하세요.
모호한 텍스트
장소 검색 및 텍스트 검색은 여러 필드에서 모호한 텍스트를 일치시키는 데 최적화되어 있는 반면, 주변 검색은 필드의 하위 집합에서 엄격한 일치로 제한됩니다.
추가 필터
주변 검색 및 텍스트 검색에서는 추가 매개변수(예: minprice
, maxprice
, opennow
, type
)를 사용하여 결과를 필터링할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-28(UTC)
[null,null,["최종 업데이트: 2025-02-28(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."]]],["The Places API allows searching for places using categories, proximity, or text strings, returning a list with summary information. Three search endpoints are available: Find Place, Nearby Search, and Text Search. Find Place uses `input` and is best for specific field requests. Text Search uses `query` and Nearby Search uses `keyword`. Text Search and Find place are optimized for ambiguous text. Nearby search and text search can be filtered using parameters like `minprice` or `opennow`. The API is intended for server-side applications.\n"]]