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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
onCameraChangedto get current camera position?All reactions