getIconPitchAlignment method

Future<IconPitchAlignment?> getIconPitchAlignment()

Orientation of icon when map is pitched.

Implementation

Future<IconPitchAlignment?> getIconPitchAlignment() =>
    messenger.getIconPitchAlignment(id);