rotate property

bool? rotate
final

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

When true, this marker will always appear upright and vertical from the user's perspective. Defaults to false if also unset by MarkerLayer.

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

Implementation

final bool? rotate;