Android용 Places SDK를 사용하면 사용자 기기 근처의 지역 비즈니스 및 기타 장소에 문맥에 맞게 응답하는 위치 인식 앱을 빌드할 수 있습니다. 즉, Android 위치 서비스에서 제공하는 간단한 지리 기반 서비스를 보완하기 위해 사용자에게 의미 있는 장소를 기반으로 풍부한 앱을 빌드할 수 있습니다.
개념
다음 인터페이스에서는 Android용 Places SDK의
기본 진입점을 제공합니다.
Places는 Google의 지역 장소 및 비즈니스 정보 데이터베이스와 기기의 현재 장소에 프로그래매틱 방식으로 액세스할 수 있도록 지원합니다.
Autocomplete는 사용자 검색어에 대한 응답으로 장소 예상 검색어를 반환하는 사전 제작된 위젯을 제공합니다.
장소는 이름이 있는 실제 공간으로 정의됩니다. 장소를 생각하는 또 다른 방법은 지도에서 찾을 수 있는 모든 것이라고 생각하는 것입니다.
예를 들어 지역 비즈니스, 관심 장소, 지리적 위치가 있습니다. API에서 장소는 Place 인터페이스로 표현됩니다. 장소 이름 및 주소, 지리적 위치, 장소 ID, 전화번호, 장소 유형, 웹사이트 URL 등의 정보가 포함됩니다.
[null,null,["최종 업데이트: 2025-03-21(UTC)"],[[["The Places SDK for Android allows you to build location-aware apps that utilize Google's database of local place and business information."],["You can choose between the Places SDK for Android and the Places SDK for Android (New), each with its own features and pricing model."],["Key functionalities include Place Autocomplete, Current Place, Place Details, Text Search, Place Photos, and Place IDs to enrich user experiences."],["Before using the SDK, you need a project with a billing account and the Places API enabled, along with adhering to Google Maps Platform Terms of Service."],["Ensure your app displays relevant attributions when presenting information sourced from the Places SDK for Android."]]],[]]