flask-extensions / Flask-GoogleMaps

Easy way to add GoogleMaps to Flask applications. maintainer: @getcake
https://flask-googlemaps.com
MIT License
647 stars 196 forks source link

Places API #33

Open rochacbruno opened 8 years ago

rochacbruno commented 8 years ago

by @macgngsta in https://github.com/AHAAAAAAA/PokemonGo-Map/issues/396

As awesome as Flask-GoogleMaps is in creating a quick google map, there is no support for other google apis, such as places API

https://developers.google.com/maps/documentation/javascript/examples/places-searchbox

i actually tried to get a search box in, but it requires loading the places library after the google key, and i think that without some significant effort on adding to the flask-googlemaps project or making a short term hack would be the only way

there also could be a possibility of going openstreet maps instead of google maps.

So I think this is one easy thing to add