[Google Maps API v3] Streetview Markers

2011-11-29 Thread mightym
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

Re: [Google Maps API v3] StreetView Markers not being removed?

2010-06-18 Thread Nathan Raley
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

Re: [Google Maps API v3] StreetView Markers not being removed?

2010-06-17 Thread Marc Ridey
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

[Google Maps API v3] StreetView Markers not being removed?

2010-06-14 Thread Nathan Raley
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