On May 17, 5:46 am, Munna <
jaiswalsail...@gmail.com> wrote:
> Thank You Martin for your valuable investigation. One concern, ask what I
> tried/observed is polylines are straight lines connecting markers, but they
> won't follow the road as direction service do.
>
>
>
>
>
>
>
> On Thursday, April 12, 2012 11:38:03 AM UTC+5:30, Martin™ wrote:
>
> > Look at the source code for the ContextMenu example.
>
> > google.maps.event.addListener(map, 'rightclick', function(mouseEvent){
> > contextMenu.show(mouseEvent.latLng);
> > });
>
> > It's activated by a right click on the Map, a right click on a
> > Polyline is NOT detected.
>
> > Now look at the documentation for the Polyline:
>