Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alladyaditi opened this issue Jun 29, 2024 · 1 comment
Open

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

alladyaditi opened this issue Jun 29, 2024 · 1 comment

Comments

@alladyaditi
Copy link

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
Copy link
Contributor

maios commented Jul 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants