Sáng Nguyen

Results 4 issues of Sáng Nguyen

When click on ending navigation. app crash/go to background with the logs below ``` I/Mapbox ( 5112): [maps-android\Mbgl-RenderThread]: destroy I/Mapbox ( 5112): [maps-android\Mbgl-RenderThread]: destroy: waiting until all resources will be...

when I tried to update a point annotation it crashed on my iOS simulator ``` await _pointAnnotationManager?.update(PointAnnotation( id: aId, textField: val ? shape.label : '"', )); ```

when invalidate a Future provider (that gets data) after updating remote data. The request happens so fast that sometimes get request returns not updated data. It would be nice if...

enhancement
question

WHen change the map bearing. the annotation's rotation stay the same relative to the screen. annotation's rotation should be change according to the map bearing