I'm having an issue using the Places Search. I'm calling a search request
when a user clicks on each pin. Every time I call the statement "new
google.maps.places.PlacesService(map)" there is a small white gradient
added in the bottom right hand corner. It's an empty div with just
styles.
I've stripped the code do nothing but the following and it still adds the
extra div.
google.maps.event.addListener(marker, 'click', function() {
var service = new google.maps.places.PlacesService(map);
});
Any help would be appreciated. Thanks!
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/jk9Ak_G8WoIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.