getIconRotationAlignment method

Future<IconRotationAlignment?> getIconRotationAlignment()

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

Implementation

Future<IconRotationAlignment?> getIconRotationAlignment() =>
    _annotationMessenger.getIconRotationAlignment(id);