i\'m using map.panTo() to have a nice smooth transition between the markers, when i click from a list of locations, but i can\'t see a similar methods for the zoom...I imagine something like setZoom(1
I\'m using the Google Maps API (v3) on my website to show a map centered in a certain position. This is my code:
I have a script that tries to loop through a small array of Google Maps DirectionsRequest objects; I need a way to make the script wait until the DirectionsService responds, so I can save the result b
A client has req开发者_如何学编程uested a page with a text input which takes a postcode and returns an array of local shops in the area.
I\'m building a Google Maps implementation for a Swedish company, so the language has lots of uses of ä, å, and ö. I have no problems getting the special characters to display correctly (the site c
Following code i user to convert my string into Arabic Translate.setHttpReferrer(\"http://localhost:8080/crmweb/\");
I have 153 markers and need to generate a static map with them, but when put them in the url I get an error like this:
I am developing a desktop application and I have two point (latitude, longitude). How can I get the distance between these two points? I have looked at the API and most of them are javascript or web b
My Code looks like this: var map = /*some google map - defined earlier in the code*/; var geocoder = new google.maps.Geocoder();
I can\'t seem to find andthing in the Google Maps V3 docs about creating custom content boxes for Google maps.