Hello Toto, If you get code then please publish it here i am also looking same as you want. in my code when street view map come Live map is hidden instead of that in want to show map at the bottom right side at bottom and if user want to see it as well then display it in split screen as it is displaying in www.maps.google.com
On Aug 13, 5:16 am, Toto <[email protected]> wrote: > Street View and Map > > Dear All, > > I display a ROADMAP with the streetViewControl on "true" (Street view > constrol is initiliazed through the constructor). > > Simplified code exemple: > > ///////// > var fenway = new google.maps.LatLng(42.345573,-71.098326); > var mapOptions = { > center: fenway, > zoom: 14, > mapTypeId: google.maps.MapTypeId.ROADMAP, > streetViewControl: true}; > > var map = new google.maps.Map(document.getElementById("map_canvas"), > mapOptions); > ///////// > > If the user switches toStreetview"mode", the map is hidden. > > I would like to keep a small map displayed on the bottom right > (exactly like on maps.google.com). > > Do you have some code exemple? > > Thanks a lot. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
