我想在地图中启用“显示图片”控件,如下所示(来自Google地图默认页面):
但目前我只有“pegman”图标,没有办法扩展图片库:
我的地图代码是:
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
(...)
var mapOptions = {
zoom: 10,
center: new google.maps.LatLng(-30, -51),
mapTypeId: google.maps.MapTypeId.HYBRID
};
map = new google.maps.Map(document.getElementById('map-canvas'),
mapOptions);