geodesic property

bool? geodesic
final

(optional) indicates that the requested path should be interpreted as a geodesic line that follows the curvature of the earth. When false, the path is rendered as a straight line in screen space. Defaults to false.

Implementation

final bool? geodesic;