geodesic property

bool geodesic
final

Indicates whether the segments of the polyline should be drawn as geodesics, as opposed to straight lines on the Mercator projection.

A geodesic is the shortest path between two points on the Earth's surface. The geodesic curve is constructed assuming the Earth is a sphere

Implementation

final bool geodesic;