Tagged Questions
4
votes
2answers
3k views
How do you get the coordinates from a click or drag event in the Google Maps API V3?
I have made a Google Version 3 Geocoder , I want to be able to pick up the coordinates of the marker when it is dragged or clicked. Below is my code:
<!DOCTYPE html>
<html>
<head>
...
0
votes
0answers
164 views
Problem with callback function of google distance matrix api
I am getting problem with google distance matrix api. I want to use google distance matrix api to calculate distance between various origin and destination places. The google is only allowing 25 place ...
1
vote
4answers
873 views
Map in an iFrame - open hyperlink from infoWindow in the calling page
I've got a Google Map being served inside an iFrame on a page (eg xxx.com/PageWithMap.html)
The code for the Google map sits on another domain (eg yyy.com/MapCode.html)
So it looks like this on ...