setIconRotationAlignment method
In combination with symbol-placement, determines the rotation behavior of icons. Default value: "auto".
Implementation
Future<void> setIconRotationAlignment(
IconRotationAlignment iconRotationAlignment) =>
_annotationMessenger.setIconRotationAlignment(id, iconRotationAlignment);