我正在设计 Google 地图 API 3,并希望删除地图右上角标签中显示为“Practice Office”的地图名称。
http://new.therefrog.com/contact/
这可能吗?这是引用地图名称的代码片段。
var styledMapType = new google.maps.StyledMapType(styles, { name: 'Practice Office' });
maphull.mapTypes.set('Styled', styledMapType);