Set minimum zoom level for MapView
问题 Is there a way I can set a minimum zooM level for my MapView?. The map looks really ugly when zoom level is set to one because the whole world map replicated. I would like to block that zoom level. Ideally, it would work whether the user is zooming through gestures or zoom controls. 回答1: Fortunately, i was having an overlay in my MapView. Otherwise, i guess you will have to create one, just for this tiny feature :-/. I wonder why there isn't any other way of doing this easier. Anyways, you