We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
We found a a bug?, when we tried to use MapLibreGL.UserLocaton and FollowUserLocation with Maplibre 10
<MapLibreGL.UserLocation androidRenderMode="compass" showsUserHeadingIndicator={true} onUpdate={onLocationUpdate} /> <MapLibreGL.Camera ref={cameraRef} {...mapOption} followUserMode='normal' />
We call this code snipppet from async function. The problems are the following:
We use Maplibre 10 and they are don't work but in the Maplibre 9 location okk Following works on emulator but doesn't work on phone Google Pixel
Thank you for your help.
The text was updated successfully, but these errors were encountered:
This is hardly a minimal reproduction. It's unclear what props you are actually passed to MapLibreGL.Camera.
MapLibreGL.Camera
Sorry, something went wrong.
No branches or pull requests
Hello,
We found a a bug?, when we tried to use MapLibreGL.UserLocaton and FollowUserLocation with Maplibre 10
<MapLibreGL.UserLocation androidRenderMode="compass" showsUserHeadingIndicator={true} onUpdate={onLocationUpdate} />
<MapLibreGL.Camera ref={cameraRef} {...mapOption} followUserMode='normal' />
We call this code snipppet from async function.
The problems are the following:
We use Maplibre 10 and they are don't work but
in the Maplibre 9 location okk
Following works on emulator but doesn't work on phone Google Pixel
Thank you for your help.
The text was updated successfully, but these errors were encountered: