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
ZoomControl
ZoomControlStyle.SMALL
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.