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 to Streetview "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.