getIconPitchAlignment method

Future<IconPitchAlignment?> getIconPitchAlignment()

Orientation of icon when map is pitched. Default value: "auto".

Implementation

Future<IconPitchAlignment?> getIconPitchAlignment() =>
    impl.getIconPitchAlignment();