Setting max zoom level in google maps android api v2

后端 未结 16 2206
无人共我
无人共我 2020-12-02 17:14

I\'m currently working on developing apps by using Google maps android API v2. My code is as follows. Suppose map has several markers and zoom up to show all markers in disp

16条回答
  •  独厮守ぢ
    2020-12-02 17:28

    A recent update to the Google Maps API introduces the functions you require:

    GoogleMap.setMaxZoomPreference()
    
    GoogleMap.setMinZoomPreference()
    

    It still does not prevent the animation from playing, though.

提交回复
热议问题