On Nov 4, 7:16 am, lucionet <[email protected]> wrote: > On Nov 4, 3:59 pm, Marcelo <[email protected]> wrote: > > > Selecte markers from where? From the client data? From a database? > > from the map (GoogleMap). > I'm plotting some markers on GoogleMap and I would like select some > markers using a bounding box. > > Is this possible?
Yes. GLatLngBounds.contains(GLatLng()) http://code.google.com/apis/maps/documentation/reference.html#GLatLngBounds.contains or look at Mike's epoly extension: http://econym.org.uk/gmap/epoly.htm -- Larry > > thank you. -- 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.
