Hi,
thanks for the link....its working ;-)
But with that there is another Problem.....the marker doesnt move
along the polyline, if
i use the property "geodesic: true "
I see that the marker is moving the "direct line" ....
var polyOptions = {geodesic:true};
var polyline = new GPolyline([
new GLatLng(51.964711, 7.628496),
new GLatLng(40.639722, -73.778889)
],"#b22222", 2, 1, polyOptions);
map.addOverlay(polyline);
Any idea ? Modifying the marker settings ?
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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-api?hl=en.