Monday, 17 December 2018

Double Tap to Zoom Feature for Map Fragment

I did this for MapView before and it was pretty simple czuse there were predefined methods like onInterceptTouchEvent or GestureListeners etc.

Did anyone try this double tap or double click zoom feature in Map Fragment as well. I googles but still not able to found any solution.

i just started it by adding the UiSettings only getMap().getUiSettings().setZoomGesturesEnabled(true);

Will it be implemented by the help of setOnMapClickListener() or something is there to handle the gesture for double tap event for Map Fragment ?

NOTE: This question purely on MapFragment and not related to MapView which have already answers Double tap: zoom on Android MapView?



from Double Tap to Zoom Feature for Map Fragment

No comments:

Post a Comment