Alternately I guess, is there a way to check to see if a polyline goes
through a given point?

I could loop through my array of visible polylines and do a yes or no
if I knew what function(s) to feed data to.

var pointX = '38.8751';
var pointY = '-77.1069';

function inVisPolylines(pointX, pointY){
        for (i in arrayPolylines){
                // some code here that checks if pointX and pointY are in
arrayPolylines[i]
        }
}

Or something
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to