Tagged Questions
1
vote
2answers
529 views
Google geocoding v3 stopped working
I've been using Google geocoding v3 for about 6 months but all of a sudden it's stopped working (I get a 610 error). It's only stopped in the last week or so.
Then I came across this (see the pink ...
2
votes
1answer
187 views
Google Map API Drag event..?
The below code is working perfectly on click event to retrieve Lat/Long and Current Zoom level. How do I get the same when I hover mouse/drag on map Window (not on submit button)?
<!DOCTYPE ...
2
votes
2answers
221 views
Accessing KML for Google Map API using Google Fusion Table
I am trying to host my KML file on fusion table so that I have dynamic control over my KML file and I am trying to access same as in public URI as an parameter in the Google Map Java Script .
I am ...
2
votes
0answers
48 views
Can a google calendar go on a map?
Can a google calendar go on a google map?
Is there a GeoRSS that can be consumed?
Thanks!
-mb
2
votes
1answer
108 views
When was the Google Earth API launched?
Do you know the date when google launched that API:
https://developers.google.com/earth/
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
1answer
691 views
Google Maps Ground Overlay: How to calculate bounds?
I'm working with the Google Maps API for the first time and I'm trying to append a simple image of a Building on top of my current map view.
This seems to be very straight forward when I look at the ...
6
votes
1answer
212 views
Trigger geocoding without having to visit page
I'm using Google's geocoder to store results in database then display them on a map on another page. The problem is that each company profile page needs to be visited before it's geocoded.
Is there a ...
1
vote
0answers
141 views
Detecting If A Coordinate Is Near Polygon Edges In Google Maps API
Is there a way to add a test to see if a Lat/Long coordinate is near the edge of a polygon?
I am building very complicated polygons that have rivers and roads as borders. Because of this, it is very ...
2
votes
0answers
245 views
directions (path find) given kml supplied bounds
Im trying to generate directions using google.maps.DirectionsService
and I really need those directions bounded by the paths defined from
within a pre-made kml file. I have reviewed the API docs for ...
