setIconRotationAlignment method

Future<void> setIconRotationAlignment(
  1. IconRotationAlignment iconRotationAlignment
)

In combination with symbol-placement, determines the rotation behavior of icons. Default value: "auto".

Implementation

Future<void> setIconRotationAlignment(
        IconRotationAlignment iconRotationAlignment) =>
    _annotationMessenger.setIconRotationAlignment(id, iconRotationAlignment);