nihas / Google-Places-SDK-for-Android

Migrating to the New Places SDK Client

Home Page:https://developers.google.com/places/android-sdk/client-migration#compat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:1.0.0'

Screen Shoots

About

Migrating to the New Places SDK Client

https://developers.google.com/places/android-sdk/client-migration#compat


Languages

Language:Java 100.0%