- Merge offline regions #532
- Update offline region metadata #530
- Added web support for fills #501
- Support styleString as "Documents directory/Temporary directory" #520
- Use offline region ids #491
- Ability to define annotation layer order #523
- Clear fills API #527
- Add heading to UserLocation and expose UserLocation type #522
- Patch addFill with data parameter #524
- Fix style annotation is not deselected on iOS #512
- Update tracked camera position in camera#onIdle #500
- Fix iOS implementation of map#toLatLng on iOS #495
- Migrate to new Android flutter plugin architecture #488
- Update readme to fix UnsatisfiedLinkError #422
- Improved Image Source Support #469
- Avoid white space when resizing map on web #474
- Allow MapboxMap() to override Widget Key. #475
- Offline region feature #336
- Fix iOS symbol tapped interaction #443
- Fix data parameter for addLine and addCircle #388
- Re-enable attribution on Android #383
- Upgrade annotation plugin to v0.9 #381
- Breaking change: CameraUpdate.newLatLngBounds() now supports setting different padding values for left, top, right, bottom with default of 0 for all. Implementations using the old approach with only one padding value for all edges have to be updated. #382
- web:ignore myLocationTrackingMode if myLocationEnabled is false #363
- Add methods to access projection #380
- Add fill API support for Android and iOS #49
- Listen to OnUserLocationUpdated to provide user location to app #237
- Correct integration in Activity lifecycle on Android #266
- Add support for custom font stackn in symbol options #359
- Fix memory leak on iOS caused by strong self reference #370
- Basic ImageSource Support #409
- Get meters per pixel at latitude #416
- Fix onStyleLoadedCallback #418
- implementation of feature querying #177
- Batch create/delete of symbols #279
- Add multi map support #315
- Fix OnCameraIdle not being invoked #313
- Fix android zIndex symbol option #312
- Set dependencies from git #319
- Add line#getGeometry and symbol#getGeometry #281
- Introduction of mapbox_gl_platform_interface library
- Introduction of mapbox_gl_web library
- Integrate web support through mapbox-gl-js
- Add icon-allow-overlap configurations
- Update mapbox depdendency to 9.2.0 (android) and 5.6.0 (iOS)
- Long press handlers for both iOS as Android
- Change default location tracking to none
- OnCameraIdle listener support
- Add image to style
- Add animation duration to animateCamera
- Content insets
- Visible region support on iOS
- Numerous bug fixes
- iOS support for annotation extensions (circle, symbol, line)
- Update SDK to 8.5.0 (Android) and 5.5.0 (iOS)
- Integrate style loaded callback api
- Add Map click event (iOS)
- Cache management API (Android/iOS)
- Various fixes to showing user location and configurations (Android/iOS)
- Last location API (Android)
- Throttle max FPS of user location component (Android)
- Fix for handling permission handling of the test application (Android)
- Support for loading symbol images from assets (iOS/Android)
- Update SDK to 8.4.0 (Android) and 5.4.0 (iOS)
- Add support for sideloading offline maps (Android/iOS)
- Add user tracking mode (iOS)
- Invert compassView.isHidden logic (iOS)
- Specific swift version (iOS)
- Camera API (iOS)
- Line API (Android)
- Update codebase to AndroidX
- Update Mapbox Maps SDK for Android to v7.3.0
- Support for iOS
- Migration to embedded Android and iOS SDK View system
- Style URL API
- Style JSON API (Android)
- Gesture support
- Gesture restrictions (Android)
- Symbol API (Android)
- Location component (Android)
- Camera API (Android)
- Initial Android surface rendering POC