```dart await _mapboxMap?.location.updateSettings( LocationComponentSettings( enabled: true, pulsingEnabled: true, showAccuracyRing: true, puckBearingEnabled: true, ), ); ``` The arrow is visible only in Android 