compass property

CompassSettingsInterface compass
getter/setter pair

The interface to access the compass settings.

Implementation

late CompassSettingsInterface compass = CompassSettingsInterface(
    binaryMessenger: _mapboxMapsPlatform.binaryMessenger,
    messageChannelSuffix: _mapboxMapsPlatform.channelSuffix.toString());