Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Places Library vs Google Places API

What is the different between the Google Places Library and the Google Places API? I see that with the API, the search limit per 24 hour period is 100,000 searches where the Library the limit is per user and not per API key. Is it possible to use the places library within an android application?

like image 495
Chris D Avatar asked Nov 02 '22 20:11

Chris D


1 Answers

The Google Places Library is part of the Google Maps Javascript API v3, meant to be used in applications using that.

The Google Places API is a web service.

like image 145
geocodezip Avatar answered Nov 14 '22 22:11

geocodezip