TT_zunda
Results
2
issues of
TT_zunda
We can set custom HTTP headers via setCustomHeaders(...), but we can only do that inside the onMapCreated callback (after obtaining the MapboxMap instance). However, this timing is too late: the...
enhancement
Hi team, I have a question regarding the focalPoint property in GestureSettings. I can successfully override the gesture center by setting a specific focalPoint via: ``` await mapboxMap.gestures.updateSettings( GestureSettings( focalPoint:...