I cannot seem to figure out why the object returned by getProjection() is undefined. Here is my code:
I am successfully creating a marker on click however, using the following code, I get a new marker with every click, I only ever want one marker added and if someone clicks more than once I would like
I am trying t开发者_开发技巧o put a youtube video into a Google Map (v3) Info Window. It works fine in Firefox and Internet Explorer.
I am working with the v3 API and trying to recreate the Store Locator sample (which is v2). I like the way the v2 version works vs the same article changed for v3 API. I have everything working with o
I want to clear a marker on Google Maps. What is the difference between marker.setVisible(false) and marker.setMap(null)?
I currently have an array of places for a custom map that I am working on. I have been trying but cannot figure out how to add the \'click\' popup box over a marker. I want the white box to display th
I am using the HTML5 Geolocation API to find the longitude and the latitude开发者_C百科 from the users of my site. This works, but now I would like to show on the screen \"You currently are in ...\".
I have the following code to fetch lattitude and longitude for given address but the permission to google url is denied .
i have these two lines map.panTo(respectiveMarker.getPosition());//Center in map the respective marker
I\'m currently working on a project that requires that I have a div stacked above a Google Map. However, I need to pass the mousemove event of the div to the Map. To do that, I need to find the LatLng