Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 898 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 898 Bytes

Google Places SDK for Android

This repo demonstrate the use of the Google Places SDK for Android with custom auto complete adapter.

For simple Google Places SDK follow this link.

Get Started

To get started, your app needs to meet two requirements:

  • Enable google places sdk in Google Console
  • Minimun Android SDK of 16 or higher

Dependencies used

Add a dependency for the new SDK client library to your app-level build.gradle:

implementation 'com.google.android.libraries.places:places:2.5.0'

Screen Shoots