ZoomControlStyle - 大 'small' 按钮

ZoomControlStyle - Large 'small' buttons

我正在制作自定义 Google 地图并尝试让 ZoomControl 看起来像 here,但是如果我使用 ZoomControlStyle.SMALL 我会变得非常小缩放控件(参见第一个屏幕截图),如果我使用 ZoomControlStyle.LARGE,我也会得到小的缩放按钮,还有 'bar'(第二个屏幕截图)。

我想知道是否有办法获得 larger zoom control without the bar,我似乎无法在文档中找到该选项,如果您直接复制他们提供的代码,它显示的与他们不同显示,奇怪。

ZoomControlStyle.SMALL

ZoomControlStyle.LARGE

???

您需要在 API 包含中设置 "signed_in=true"。

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

fiddle demonstating that UI

有关详细信息,请参阅 the documentation on signed in maps