ZoomControlStyle - Large 'small' buttons

后端 未结 1 1772
悲&欢浪女
悲&欢浪女 2020-12-21 16:37

I am making a custom Google Map and trying to get the ZoomControl to look like the one here, but if I use ZoomControlStyle.SMALL I get very small z

相关标签:
1条回答
  • 2020-12-21 17:31

    You need to set "signed_in=true" in the API include.

    <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=geometry&signed_in=true"></script>
    

    fiddle demonstating that UI

    See the documentation on signed in maps for more details.

    0 讨论(0)
提交回复
热议问题