Re: Maps API for GWT: How to get the clicked polyline vertex?

2008-10-13 Thread Eric Ayers
Um, sorry about that - there is no gwt-maps list, I mean the Google Maps API group http://groups.google.com/group/Google-Maps-API -Eric. On Mon, Oct 13, 2008 at 2:30 PM, Eric Ayers [EMAIL PROTECTED] wrote: Hi Brian, Thanks for bringing this up. I checked at:

Re: Maps API for GWT: How to get the clicked polyline vertex?

2008-10-13 Thread Brian
Hi Eric, Thanks for the reply. Yeah I couldn't find where the 'index parameter was documented in the Javascript API, so I wasn't sure if the docs were stale, or that sample was experimental. Now I know.. For what it's worth, I was able to do what I needed to by looping through all the verts.

Re: Maps API for GWT: How to get the clicked polyline vertex?

2008-10-13 Thread Eric Ayers
On Mon, Oct 13, 2008 at 3:19 PM, Brian [EMAIL PROTECTED] wrote: Hi Eric, Thanks for the reply. Yeah I couldn't find where the 'index parameter was documented in the Javascript API, so I wasn't sure if the docs were stale, or that sample was experimental. Now I know.. For what it's