Hey Larry, yep thats what I needed, now its time to disect the code,

thank-you

Xarion

On Sep 12, 11:28 pm, "geocode...@gmail.com" <geocode...@gmail.com>
wrote:
> On Sep 12, 2:15 pm, "geocode...@gmail.com" <geocode...@gmail.com>
> wrote:
>
> > On Sep 12, 12:32 pm, Xarion <xar...@wug.za.net> wrote:
>
> > > Hey guys, I'm trying to find a way to hide/show a series of paths I've
> > > added to my map. I have added them by doing
>
> > > var points = [new GLatLng(x,y), new GLatLng(x,y), new GLatLng(x,y),] ;
> > > map.addOverlay(new GPolyline(points));
>
> > > basically I'll have some checkbox's to hide and show selected paths.
> > > Just wanted to know how to access those poly objects to hide/show
> > > them.
>
> > Keep a reference to the polylines you create (I usually use an array).
> > Examples have been posted to the group (a search should find them).
>
> Here is one 
> example:http://www.geocodezip.com/GenericMapBrowser.asp?filename=RiverWalk080...
>
>    -- Larry
>
>
>
> > > Thanks :)
>
> > > Xarion- Hide quoted text -
>
> > - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to google-maps-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to