Hey everybody, its my first time working with the Googlel Maps API and
i wonder if there is a solution or a work around for animating
Markers? I have a map and streetview. When a user drags markers on the
map the are updated via setposition in the streetview. Is it somehow
possible to "tween"/anima
Thanks, I wasn't aware of the bindTo option at the time. It is very nice
now that I know about it.
On Thu, Jun 17, 2010 at 9:15 PM, Marc Ridey wrote:
> Note: If you want two markers to keep the same LatLng position, bind the
> position property of one marker to the other such as:
>
> marker1.bi
Note: If you want two markers to keep the same LatLng position, bind the
position property of one marker to the other such as:
marker1.bindTo('position', marker2);
As you drag either marker1 or marker2, the other marker will move too, even
if one is in StreetView and the other in the Map.
On Tue
Let me describe my current situation as I stand right now.
I set my Pano to a div called pano via:
myPano = new
google.maps.StreetViewPanorama(document.getElementById("pano"));
map.setStreetView(myPano);
Now it is my understanding after some previous replies that in order to have
a marker show up