setNorthOrientation method

Future<void> setNorthOrientation(
  1. NorthOrientation orientation
)

Sets the north orientation mode.

Implementation

Future<void> setNorthOrientation(NorthOrientation orientation) =>
    _mapInterface.setNorthOrientation(orientation);