location property

LocationSettings location
getter/setter pair

The interface to set the location puck.

Implementation

late LocationSettings location = LocationSettings._(
    _LocationComponentSettingsInterface(
        binaryMessenger: _mapboxMapsPlatform.binaryMessenger,
        messageChannelSuffix: _mapboxMapsPlatform.channelSuffix.toString()));