Replies: 1 comment 3 replies
-
MapboxNavigationOptions is not a class in MapLibre GL Native for Android. Try one of these repos instead to get support for it:
You can create a new LocationEngineProxy<>(new MapboxFusedLocationEngineImpl(context.getApplicationContext())) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Short story:
The problem start from the last line:
I have this dependencies in my app
The gms v21.0.1 is not compatible with maplibre-gl v9.6.0, throwing this error:
I have tried to update maplibre-gl to the last version v10.0.1, but there are 2 problems;
where can i find these icons?
So, the alternative is to use Android GPS and Network Providers but
how can I force LocationEngineProvider to use Android GPS and Network Providers instead Google's Fused Location Providers ?
Beta Was this translation helpful? Give feedback.
All reactions