标签: google-maps-api-3
Google地图(v3)现在加载了画布右上角的“登录”按钮。如何隐藏此按钮?
答案 0 :(得分:9)
您需要设置" signed_in = false"在API中包括(或删除它)。
<script src="https://maps.googleapis.com/maps/api/js?signed_in=false"></script>
有关详细信息,请参阅the documentation on signed in maps。