Re: [Google Maps API v3] Get latitude and longitude from Routeboxer?

2013-03-26 Thread Barry Hunter
You have the drawBoxes(boxes) funciton that takes the array of boxes - and in this case draws them on the map The code that AP posted, he put in a for loop like that function - looping over the boxes and then decomposing the coordiantes of the box. So you can eitehr modify that function, or dupli

Re: [Google Maps API v3] Get latitude and longitude from Routeboxer?

2013-03-26 Thread Garrett Dow
I am trying to follow along here, but don't understand where you moved the code to. I don't see "varsouth" anywhere. Can you post your code? Here is mine...trying to follow along: // Perform search over this bounds } //Get the Lat and Long of the RouteBoxer getNorthEas

[Google Maps API v3] Re: Problem loading multiple KML files in a page

2013-03-26 Thread Enoch Lau (Google Employee)
Are all 100 KML files covering the same area? If not, then if you know the content's bounds for each KML file, you could turn on/off KML layers depending on what the current map bounds is. On Tuesday, March 26, 2013 5:29:38 AM UTC+11, geoco...@gmail.com wrote: > > On Mar 25, 7:57 am, Juan Franci