rotate property

bool rotate
final

Whether to counter rotate markers to the map's rotation, to keep a fixed orientation

When true, markers will always appear upright and vertical from the user's perspective. Defaults to false. Overriden by Marker.rotate.

Note that this is not used to apply a custom rotation in degrees to the markers. Use a widget inside Marker.builder to perform this.

Implementation

final bool rotate;