What are you needing?  Do you need to know the coordinates where the user
clicks on the map or something?  You just need to add a map click event and
capture the latlng returned from the click event.  Store it in a MVC array
and you are good to go.  For whatever event you want to signal that the user
is done, in the case of the example it appeared to be a marker click event,
you can just send out the information in your array to wherever you are
wanting to send it.

Is that what you were looking for?

On Tue, Sep 7, 2010 at 2:45 PM, ashore <[email protected]> wrote:

> Folks, the example at
> http://gmaps-samples.googlecode.com/svn/trunk/poly/mymapstoolbar.html
> is simply great.
>
> But I want to capture the result of user clicks for retention, and
> it's not at all clear to me on how to accomplish the necessary
> encoding, etc.
>
> I can get the JS => server OK, but it's the step of capturing user
> actions into some format - JSON presumably - that's throwing me.
>
> Thanks for any pointers on this.  AS
>
> --
> 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]<google-maps-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-api?hl=en.
>
>

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