Open
Description
Could you please help me understand how to move the camera to center on a marker? I have tried to move the camera using KakaoMapController.moveCamera and KakaoMapController.animateCamera, neither of which actually moved the camera.
eg:
CameraPosition newPosition = const CameraPosition(
target: MapPoint(37.5087553, 127.0632877),
zoom: 5,
);
_controller.moveCamera(CameraUpdate.newCameraPosition(newPosition));
zooming doesn't seem to work either
_controller.animateCamera(CameraUpdate.zoomTo(10));
Thanks for your help
Metadata
Metadata
Assignees
Labels
No labels