drawInSingleWorld property

bool drawInSingleWorld
final

Whether polylines should only be drawn/projected onto a single world instead of potentially being drawn onto adjacent worlds (based on the shortest distance)

When set true with a CRS which does support Crs.replicatesWorldLongitude, polylines will still be repeated across worlds, but each polyline will only be drawn within one world.

Defaults to false.

Implementation

final bool drawInSingleWorld;