Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Select markers in bounding box
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
lucionet  
View profile  
 More options Nov 4, 10:22 pm
From: lucionet <vlauci...@gmail.com>
Date: Wed, 4 Nov 2009 03:22:04 -0800 (PST)
Local: Wed, Nov 4 2009 10:22 pm
Subject: Select markers in bounding box
Hi all

Is there a function/class to select markers into a bounding using
mouse? Bounding box like GZoom function.

Thank you.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcelo  
View profile  
 More options Nov 5, 1:59 am
From: Marcelo <marcelo...@hotmail.com>
Date: Wed, 4 Nov 2009 06:59:08 -0800 (PST)
Local: Thurs, Nov 5 2009 1:59 am
Subject: Re: Select markers in bounding box
On Nov 4, 12:22 pm, lucionet <vlauci...@gmail.com> wrote:

> Is there a function/class to select markers into a bounding using
> mouse? Bounding box like GZoom function.

Selecte markers from where? From the client data? From a database?

--
Marcelo - http://maps.forum.nu
--


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lucionet  
View profile  
 More options Nov 5, 2:16 am
From: lucionet <vlauci...@gmail.com>
Date: Wed, 4 Nov 2009 07:16:00 -0800 (PST)
Subject: Re: Select markers in bounding box

On Nov 4, 3:59 pm, Marcelo <marcelo...@hotmail.com> 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?

thank you.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rossko  
View profile  
 More options Nov 5, 2:21 am
From: Rossko <ros...@culzean.clara.co.uk>
Date: Wed, 4 Nov 2009 07:21:29 -0800 (PST)
Local: Thurs, Nov 5 2009 2:21 am
Subject: Re: Select markers in bounding box

> I'm plotting some markers on GoogleMap and I would like select some
> markers using a bounding box.

> Is this possible?

Yes, of course. But there isn't a tool in the API to do it.
You need to write some code to allow the user to draw a box.
When the user has finsihed drawing and get the bounds of that box.
Then iterate through your markers to see if each one lies within your
box ; if it is, do whatever it is you want to do when it is
"selected".

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
geocodezip@gmail.com  
View profile  
 More options Nov 5, 2:22 am
From: "geocode...@gmail.com" <geocode...@gmail.com>
Date: Wed, 4 Nov 2009 07:22:12 -0800 (PST)
Local: Thurs, Nov 5 2009 2:22 am
Subject: Re: Select markers in bounding box
On Nov 4, 7:16 am, lucionet <vlauci...@gmail.com> wrote:

> On Nov 4, 3:59 pm, Marcelo <marcelo...@hotmail.com> 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#GLatLng...

or look at Mike's epoly extension:
http://econym.org.uk/gmap/epoly.htm

  -- Larry


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google