Start a Project

integrating Google Place Picker

In this blog, we learn and implement Place Picker in our Application.

Place Picker- 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.

So how can we use PlacePicker in our application?

first of all we need to add dependency in application level build.gradle

add api key in manifest file

start PlacePicker Intent for getting result in our MainActivity.

now get result from PlacePicker Activity.

Exit mobile version