arcgis-maps-sdk-kotlin-samples icon indicating copy to clipboard operation
arcgis-maps-sdk-kotlin-samples copied to clipboard

The question about how to forbid map rotation

Open HaoYunyun opened this issue 3 months ago • 0 comments

In ArcGIS Runtime SDK 100.15, can use mMapView.setOnTouchListener(new DefaultMapViewOnTouchListener(this, mMapView) { @Override public boolean onRotate(MotionEvent event, double rotationAngle) { return false; } })

But in 200,no similar method,so how to forbid map rotation

HaoYunyun avatar Mar 27 '24 02:03 HaoYunyun