greatCircle
fun greatCircle(start: Position, end: Position, pointCount: Int = 100, antimeridianOffset: Double = 10.0): Geometry
Calculate great circles routes as LineString. Raises error when start and end are antipodes.
Calculate great circles routes as LineString. Raises error when start and end are antipodes.