-
Hi! I need to scale markers as you zoom, in order to show the true size of the marker on the map. here's a demonstration on what I want to achieve: https://codepen.io/mtnptrsn/pen/vYgodEb?editors=1001 On the web SDK, this is easy, but is this possible to achieve with react-native-mapbox-gl? If so, how? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
ferdicus
May 3, 2021
Replies: 1 comment 2 replies
-
You can do all sorts of things with expressions within the styles: Check out the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mtnptrsn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do all sorts of things with expressions within the styles:
https://github.com/react-native-mapbox-gl/maps/blob/master/docs/StyleSheet.md
Check out the
example
folder for some inspiration.