Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
710 views
in Technique[技术] by (71.8m points)

javascript - ZoomControlStyle - Large 'small' buttons

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 zoom controls (see first screenshot) and if I use ZoomControlStyle.LARGE I also get small zoom buttons but also the 'bar' (second screenshot).

I was wondering if there was a way to get the larger zoom control without the bar, I can't seem to find the option in the documentation and if you directly copy the code they supply, it shows up different than they display, oddly enough.

small zoom control ZoomControlStyle.SMALL

large zoom control ZoomControlStyle.LARGE

desired zoom control ???

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...