Places API (New)
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Places API를 사용하면 개발자가 장소의 다양한 검색 및 가져오기 엔드포인트에 액세스할 수 있습니다.
서비스: places.googleapis.com
RPC 클라이언트 스터브를 만들려면 서비스 이름 places.googleapis.com
이 필요합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-29(UTC)
[null,null,["최종 업데이트: 2025-08-29(UTC)"],[[["\u003cp\u003eThe Places API provides developers with access to various search and retrieval endpoints for Place data.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize endpoints like AutocompletePlaces, GetPhotoMedia, GetPlace, SearchNearby, and SearchText to interact with Place information.\u003c/p\u003e\n"],["\u003cp\u003eThe service name \u003ccode\u003eplaces.googleapis.com\u003c/code\u003e is crucial for creating RPC client stubs to access these features.\u003c/p\u003e\n"],["\u003cp\u003ePlace details can be retrieved using a resource name in the format \u003ccode\u003eplaces/{place_id}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Places API (New)\n\nThe Places API allows developers to access a variety of search and retrieval endpoints for a Place.\n\nService: places.googleapis.com\n------------------------------\n\nThe Service name `places.googleapis.com` is needed to create RPC client stubs.\n\n[google.maps.places.v1.Places](/maps/documentation/places/web-service/reference/rpc/google.maps.places.v1#google.maps.places.v1.Places)\n---------------------------------------------------------------------------------------------------------------------------------------\n\n| Methods ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [AutocompletePlaces](/maps/documentation/places/web-service/reference/rpc/google.maps.places.v1#google.maps.places.v1.Places.AutocompletePlaces) | Returns predictions for the given input. |\n| [GetPhotoMedia](/maps/documentation/places/web-service/reference/rpc/google.maps.places.v1#google.maps.places.v1.Places.GetPhotoMedia) | Get a photo media with a photo reference string. |\n| [GetPlace](/maps/documentation/places/web-service/reference/rpc/google.maps.places.v1#google.maps.places.v1.Places.GetPlace) | Get the details of a place based on its resource name, which is a string in the `places/{place_id}` format. |\n| [SearchNearby](/maps/documentation/places/web-service/reference/rpc/google.maps.places.v1#google.maps.places.v1.Places.SearchNearby) | Search for places near locations. |\n| [SearchText](/maps/documentation/places/web-service/reference/rpc/google.maps.places.v1#google.maps.places.v1.Places.SearchText) | Text query based place search. |"]]