Hello,
i'm not very used to using GeoAPI. the solution to my task using the ConvexHull-function is not optimal. can anyone help me?
to begin with: i have two sets of points/coordinates. green-ones and red-ones. i am looking for a polygon that includes alle green points. ConvexHull creates a polygon that includes all green points as well as a lot of red points.

the minimal polygon that includes all green points would serve me better.
any suggestions what function to use, how to get there in steps, how to implement something like ConcavHull?