indoorSelector property

  1. @experimental
IndoorSelectorSettingsInterface indoorSelector
latefinal

The interface to access the indoor selector settings.

Implementation

@experimental
late final IndoorSelectorSettingsInterface indoorSelector =
    IndoorSelectorSettingsInterface(
        binaryMessenger: _mapboxMapsPlatform.binaryMessenger,
        messageChannelSuffix: _mapboxMapsPlatform.channelSuffix.toString());