How to programatically zoom and pan <GeoSearch /> ? #5307
-
When using |
Beta Was this translation helpful? Give feedback.
Answered by
francoischalifour
Apr 11, 2022
Replies: 0 comments 1 reply
-
If you need to only set the initial position, you can use the If you need to programmatically change the position, you would need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
everdrone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you need to only set the initial position, you can use the
initialPosition
prop.If you need to programmatically change the position, you would need to use
connectGeoSearch()
with therefine()
prop.