allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 519 forks source link

Google Places Web Service API new API key restriction #849

Open Nargonath opened 6 years ago

Nargonath commented 6 years ago

Thank you for your library and the hard work you put into it, it is very much appreciated. 👍

IMPORTANT:

This repository's issues are reserved for feature requests and bug reports. Do not submit support questions or request here. Please use stackoverflow instead

Steps to reproduce and a minimal demo(Plunker Example)

Just use places-auto-complete in your application.

Current behavior

Expected/desired behavior

Other information

If I'm not misunderstanding it means that the call to this API has to been made from the server and no longer from angular. I'm wondering if there is something we could do in your project to ease that transition. Perhaps we could add an option with places-auto-complete to provide a custom url to contact the server that would return the google places objects to display with your component. What do you think?