Replies: 1 comment
-
Similar question. Why information that relates to camera is handled inside another component? I want to create HOC for camera and it is not so easy as I expect. When user changes camera position I should forward this data from MapView to Camera |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to save camera position to restore it later and couldn't access camera position & zoom from camera ref. Is there any other way than listening to
onCameraChanged
to get current camera position?Beta Was this translation helpful? Give feedback.
All reactions