On Oct 10, 2:55 pm, Marconi <[email protected]> wrote: > Any suggest? > I guess it should be simple to do but I can't find solution. > thx
Have you tried .setMap(null) on the DirectionsRenderer? http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRenderer -- Larry > > On Oct 10, 12:59 pm, Marconi <[email protected]> wrote: > > > > > > > > > well actually I have a direction at a time. > > So I want to remove all (one) direction rendered on the map and render > > the new one. > > > On 10 Ott, 12:49, MymsMan <[email protected]> wrote: > > > > If you are using the Directions Renderer to draw the route you can use > > > setRouteIndex(routeIndex) to specify which set of directions to display. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
