github maplibre/maplibre-native android-v13.0.0

12 hours ago

✨ Features and improvements

  • 💥 Breaking: Use Vulkan as rendering backend for the org.maplibre.gl:android-sdk package. You can still use OpenGL ES with the org.maplibre.gl:android-sdk-opengl package.

  • core, android: add support for camera roll (#3011).

  • Add multithreaded upload to dynamic texture on Vulkan [Core feature] (#4028).

  • core: Avoid unnecessary raster buffer updates (#4085).

🐞 Bug fixes

  • Fix laggy map when using synchronous GeoJSON source #4092.
    This replaces the synchronous methods on GeoJsonSource introduced in #3560. To migrate, pass GeoJsonOptions with options.withSynchronousUpdate(true) when constructing a GeoJsonSource.
  • Do not capture this in Android GeoJSONSource (#3976).
  • Fix Vulkan headless backend resize (#4030).
  • Disable scissor test when clearing on OpenGL (#4029).

Don't miss a new maplibre-native release

NewReleases is sending notifications on new releases.