-
Notifications
You must be signed in to change notification settings - Fork 540
Closed
Labels
Description
Hi! Is it possible in this library? For example, draw a circle with 2km radius.
It seems like mapbox native has TurfTransformation.circle for this, can i somehow use it in mapbox for flutter?
Also i found this stackoverflow question - https://stackoverflow.com/questions/37599561/drawing-a-circle-with-the-radius-in-miles-meters-with-mapbox-gl-js/37601549#37601549
The answers refer to
- geojson, but geojson feature is not supported - Support of geojson with featurecollection/multipolygon? #71
- circle radius in stops, but i didn't find a way to make it work in flutter.