Automatic zoom and bound customization with map.fitbound #236
-
Is it there a method/prop that allows to use map.fitbound from google maps api? |
Beta Was this translation helpful? Give feedback.
Answered by
HusamElbashir
Sep 7, 2022
Replies: 1 comment
-
We don't expose that functionality through our API. You'll have to use the native API instead to manually invoke |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HusamElbashir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @alessandrorubio
We don't expose that functionality through our API. You'll have to use the native API instead to manually invoke
map.fitBounds
. Refer to the advanced usage section in the docs for some usage patterns.