{GoogleMapsAPI: 'JavaScript API V3', Title: 'first streetview', Level: 3}
streetViewControlを追加するぉ><
hello_maps.js
mapOptionsにstreetViewControl: trueを追加すりゅだけw
function initialize() { var centerPos = new google.maps.LatLng(35.658613, 139.745525); var mapOptions = { zoom : 18, center : centerPos, mapTypeId: google.maps.MapTypeId.ROADMAP, streetViewControl: true }; var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions); }