Okay, I *think* I now know what you are trying to achieve. You want to render your custom display around the DirectionsRenderer's own path, and have it update whenever the path is dragged. Correct?
If so, you'll want to listen to the DirectionsRenderer 'directions_changed' event, and update your display (Polygons). See here for reference: http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRenderer BTW - have you seen the Rectangle class? http://code.google.com/apis/maps/documentation/javascript/reference.html#Rectangle Chris(@Google) On Thu, Dec 2, 2010 at 6:50 PM, cobalt <[email protected]> wrote: > I know. People from Google do not want to become interested in my problem > ... > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > -- 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.
