bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

"Unable to find address" error #132

Closed cosmomathieu closed 8 years ago

cosmomathieu commented 8 years ago

When I run the bootstrap example in WAMP I receive the following error Unable to find address when I perform a search for zipcode. And this Error: Geocode was not successful for the following reason: REQUEST_DENIED appears in Firefox/Firebug. This issue happened after I resolved an issue where the template files would not load. Same issue as #76 apparently.

bjorn2404 commented 8 years ago

Google Maps is now requiring an API key for all new URLs. Create one, follow the instructions on that page and make sure to enable Google Places API Web Service, Google Maps Geocoding API and Google Maps Directions API for the project in the Google API Console after setting up the initial Maps key.