thanks mike,

it s ok  for the openinfo.

but my map is not same code

when i click on the map , a marker create on the map, and i want to
move it when i click on the arrow in streetview

i try to adapt code but it doesn't work
****************************************************************************
GEvent.addListener(myPano, "initialized", onnewlocation);

function onnewlocation(lat,lng)
{
     //alert("demande rafraichissement poi provisoire par
streetview-2");
     if (markerprovisoire)
             {
            map.closeInfoWindow();
            var latlng=new GLatLng(mypano.location.latlng);
            markerprovisoire.setLatlng(latlng); //--> no working

        markerprovisoire.openInfoWindowHtml(onnewlocation.latlng,
"...");  //--> ok work
        markerprovisoire.setLatLng(onnewlocation.latlng);  //--> no working

   }
}

i put the link but it's with my identifiant ( for you can access to
look)

http://beta.poilive.com/edition/index-test.php?user=arawn45&password=80fc354a9e4bc0f483e80102ba3855d6cab6980f8598d0f4c60c55bbddd52658


thanks for your help

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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.


Reply via email to