trying to create custom infowindows in my application that is based on google maps. next example is one of my base points for development:
I want have the info window content for a marker just a s below My code so far is loadEmbeddedMap : function() {
Google gave an example http://googlemapsapi.blogspot.com/2007/05/driving-dir开发者_开发百科ections-support-added-to.html
I\'m using the Google Maps Javascript API V3 to reverse-geocode a lot of locations (~100) on a page. After about 10 or so, I start getting a 620 error: too many queries.
I have a problem with Google maps API. I\'m using V3 API and fancybox for show up map in lightbox-like div. When I click on the link for the first time, fancybox opens and map loads as well. Everythin
Google map api is not showing zoom bar and imagetype completely instead it is just displaying plus minus buttons for zoom in and out and drop down for selecting map type.
I need to create mark clicking in the map, thanks :) google.maps.event.addListener(map, \'click\', function()
I am trying to change the KML placemark icons of a KML overlay in a sample Maps application that I am working on.
I\'m trying to call the google.maps.event.addListener from a link. Here is the code I have so far: var divcc = \'#badaba\'; //click color
I have the following code which works under V2 and I am trying to move it over to V3. The issue seems to be the access to the \"this\" object which holder the polyline to which the event is being ad