Updating map by external triggers #172
Unanswered
dimitryvolos
asked this question in
Q&A
Replies: 1 comment
-
Hi @dimitryvolos very sorry for the late response. Yes you can do that, here is an example you may want to take a look: https://codepen.io/themustafaomar/pen/rNXbxQR |
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
-
Hi,
Is it possible to zoom in and out of specific regions/markers by clicking the external button?
For example, I can use 'map.setBackgroundColor("#")' to modify the map. Can I use 'map.focusOn' to zoom in on a specific region by clicking on element that is is not part of the map.
I have a simple table listing regions. When I click on GB, I would like to zoom in on 'GB' and the appropriate marker selected.
I would appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions