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
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
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