I am able to use GeometryEngine.intersections() in order to obtain a Multipoint object with the intersection points of two poyllines. But if I try with a self-intersecting polyline, I get returned a Polyline object, and I am unsure how to obtain the intersection of such an item.
I don't quite understand the documentation (GeometryEngine (ArcGIS Runtime SDK for Android 100.13.0)) when it speaks about this issue, regretfully, so I was hoping for some answers.
Is there a way to obtain the intersection of a Polyline object? Is obtaining the intersection point of a self-intersecting polyline even possible?
Thank you.