maplibre-navigation-android
maplibre-navigation-android copied to clipboard
Upgrade to MapLibre 11.0.0
Upgrade MapLibre to major version 11.x.x
.
Closes #104
Following things have done for this:
- Upgrade MapLibre
a. Update
maplibre-native
to version11.0.0
b. Updatemaplibre-java
modules to version6.0.1
c. Rename affected imports d. Replace MapLibre hostedmapbox-sdk-services
(5.9.0
) by Mapbox hostedmapbox-sdk-services
(5.8.0
) to solve package conflicts. This step was required because the project is currently using some classes from the services module. But the module was removed from the MapLibre project, and therefore not upgraded to the new package name. - Rename Mapbox classes to MapLibre
Things we should thinking about, before release the new major version:
- Change package naming/structure. For example remove
v5
from path. - Rename the Gradle modules. For example in
core
&ui
.
Please note that the GL drawing is crashing (on emulator ?!) when roating the map. See: https://github.com/maplibre/maplibre-native/issues/2371.