Katya,
Thanks for the reply, I appreciate it. I followed your instructions above and received the following Console error:
"Uncaught TypeError: Cannot read property 'PlacesService' of undefined" from my JavaScript file jsGooglePlaces.js:19
Line 19 is: var service = new google.maps.places.PlacesService(map);
from this source example:
https://developers.google.com/maps/do...
FYI, I created a GooglePlaces Service from:
https://maps.googleapis.com/maps/api/...
and defined the following parameters: location, radius, key, types.
I tested this service the the "Test" area with my key, etc... and it seems to work.
I researched the error and found this discussion:
https://getsatisfaction.com/applicati...
Assuming the Places Library isn't getting loaded, I tried to add it via Project/App settings/External resources/http://maps.googleapis.com/maps/api/j...
This was just a guess and seems duplicating adding it as a "Service". So I wasn't surprised to get the console error:
"Warning: you have included the Google Maps API multiple times on this page. This may cause unexpected errors. "
I'm at a loss of what to try next.
----
Perhaps there's another approach? My objective is to show local place types, like "lodging" (https://developers.google.com/places/...)
----
Thanks for guidance,
Gino