Langsung ke konten utama

Postingan

Menampilkan postingan dengan label Place Picker Android

Android Place Picker API

Hello guys, today we gonna learn one of the greatest API for android provide by Google is called Place Picker API. This API is used to Pick Place from Google Maps Application without any Map Integration.  The PlacePicker provides a UI dialog that displays an interactive map and a list of nearby places, including places corresponding to geographical addresses and local businesses. Users can choose a place, and your app can then retrieve the details of the selected place.  Project Setup You should follow the steps as proceeded below Step 1 - Get Your SHA1 Key For using Google Places API, We need to know SHA1 Key, which is used in Google Developer Console . You can get your SHA1 Key using Command Prompt. keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android Step 2 - Enable Google Places API in Developer Console Open Google Console Site . Create New Project or You can use your Existing Project. Go to Dashboar...