The lines attached below seem to be causing some unexpected zoom and panning issues. When zooming in, the camera will automatically zoom back out or pan in a random direction.
|
update = { |
|
it.controller.animateTo( |
|
cameraState.geoPoint, |
|
cameraState.zoom, |
|
cameraState.speed |
|
) |
The lines attached below seem to be causing some unexpected zoom and panning issues. When zooming in, the camera will automatically zoom back out or pan in a random direction.
osm-android-compose/osm-compose/src/main/java/com/utsman/osmandcompose/OpenStreetMap.kt
Lines 130 to 135 in 8513df0