changeCenterWithDoubleTouchPointEnabled property Null safety
read / write
设定双击手势放大地图时,BMFMapView的放大效果的中心点。
设置为true时,以双击的位置为中心点进行放大,地图中心点会改变;
设置为false时,以当前地图的中心点为中心进行放大,地图中心点不变;
默认值为true。
Implementation
bool changeCenterWithDoubleTouchPointEnabled;