nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 697 forks source link

Changing Circle Radius instead of zooming #1475

Closed zgrybus closed 5 years ago

zgrybus commented 5 years ago

I am using circle from turf.js/circle.

Actually, I want to change circle radius ( when Its clicked and then moved ) instead of zooming in / out.

How can I achieve that? Is it even possible with that library?

nitaliano commented 5 years ago

update the circleRadius on your CircleLayer and it will automatically update it for you