Skip to content

1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@evil159 evil159 released this 16 Feb 14:12
· 143 commits to main since this release
8d12985

Features ✨ and improvements 🏁

  • Add LogConfiguration allowing to intercept logs produced by the plugin. Pass your custom LogWriterBackend to LogConfiguration.registerLogWriterBackend() to redirect logs produced by the mapping engine to your desired destination.
  • Add MapWidget.onResourceRequestListener that can be used to subscribe to resource requests made by the map.
  • Bump platform Maps SDK dependencies to 11.2.0-rc.1.

Bug fixes🐞

  • [iOS] Re-wire MapWidget's onScroll event to be triggered whenever map is being panned instead of triggering it only after pan ends.
  • [iOS] Address crashes on iOS happening when user location is being shown.