Skip to content

android-v13.0.0-pre0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Feb 21:00
Immutable release. Only release title and notes can be modified.
  • 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.