Clément
Results
1
issues of
Clément
Hi, I'm working on add the user location on the map using the LocationIndicatorLayer ``` mapboxMap.style.addLayer(LocationIndicatorLayer( id: 'locationIndicator', location: [latitude, longitude, altitude], accuracyRadius: accuracy, visibility: Visibility.VISIBLE, topImage: 'location_indicator', accuracyRadiusColor: Color.fromARGB(125,...