mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
284 stars 117 forks source link

Compass not moving in the new verison of mapbox-maps flutter #602

Open alladyaditi opened 4 months ago

alladyaditi commented 4 months ago

I cannot move the compass and see it , i was able to see it with this code void _updateOrnamentSettings() { _mapboxMap.compass.updateSettings(CompassSettings( position: compassPosition, enabled: showOrnaments, fadeWhenFacingNorth: false, marginBottom: 10, marginLeft: 10, marginTop: 10, marginRight: 10, )); logger.i("Compass settings updated: position - $compassPosition, enabled - $showOrnaments"); }

maios commented 3 months ago

@alladyaditi Could you elaborate what happened, maybe best with a video showing the problems?