I am developing a project with the function of drawing circle safe area. But now I don't know how can I send to api with data like Circle(center, radius) instead of Polygon(([ lng lat ])). Is there a way to do that with circle geofences?
You can create a circle using the API.
I am developing a project with the function of drawing circle safe area. But now I don't know how can I send to api with data like Circle(center, radius) instead of Polygon(([ lng lat ])). Is there a way to do that with circle geofences?