Tejas,

There must be a lot of different ways to do this, and the 'best' way
would depend on a lot of different factors, but Routeboxer produces a
set of LatLngBounds objects, so to use that I'd proceed as I already
outlined above:
1. Use Routeboxer to get set of bounds
2. Get list of all markers from database
3. Loop through the markers and bounds to see if each marker is in any
of the bounds (use the 'contains' method documented in the API).

 - Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to