google places api by sofdroid

14

Upload: sofien-azouzi

Post on 15-Apr-2017

68 views

Category:

Mobile


0 download

TRANSCRIPT

Page 1: Google places API by SofDroid
Page 2: Google places API by SofDroid

Azouzi Sofien● GDG @ Google● Trainer and Ambassador @

JCertif

● https://github.com/Sofdroid● [email protected]

Page 3: Google places API by SofDroid

Google Places API

Page 4: Google places API by SofDroid

Google Places API Google Places covers tens of millions of place locations around the world. But what's a place? A place is anything that answers the question : " Where are you ? " Restaurants, landmarks, and much more.

Page 5: Google places API by SofDroid

Google Places API for Android

People don’t think of their location in terms of coordinates on a map.

Page 6: Google places API by SofDroid

API Features

Page 7: Google places API by SofDroid

Autocomplete

Offer your users the power of predictive autocomplete for places, with a user experience similar to the Google search box.

Page 9: Google places API by SofDroid

Place PickerAdd the easy-to-use, built-in place picker UI widget to your app,so users can choose from a set of nearby places displayed on a map.

Page 10: Google places API by SofDroid

Add a Place

Make your app stand out by adding relevant, local places to Google’s database.

Page 11: Google places API by SofDroid

Current Place

Using the Google Places API for Android, you can discover the place where the device is currently located.

Page 12: Google places API by SofDroid

Place IDs and Details

Rich information about places : name and address... The geographical location specified as latitude/longitude coordinates.

The type of place (such as night club, pet store, museum), and more...

Page 13: Google places API by SofDroid

Usage Limits

Google put in place a default daily limit of 150 000 requests per 24 hour period, and a simple review process for developers who need more.

Page 14: Google places API by SofDroid

Thanks for your attention