1.0.0-beta.3
Pre-release
Pre-release
Features ✨ and improvements 🏁
- Bump platform Maps SDK dependencies to 11.2.0-beta.1.
- Add an example representing a traffic route with color based on traffic volumes using LineLayer and Expression.
- [Android] Use hybrid composition(HC) as the default platform view hosting mode on Android.
- [Android] Add experimental
androidHostingMode
constructor parameter toMapWidget
. Use this to change the way platform MapView is being hosted by Flutter on Android. This changes the way map view is composited with Flutter UI, read more on this in Android Platform Views guide from the Flutter team. - [iOS]
MapboxMap
:isGestureInProgress()
,isUserAnimationInProgress()
,setConstrainMode()
,setNorthOrientation()
,setViewportMode()
andreduceMemoryUse()
are now available on iOS.
Bug fixes🐞
- [Android] Fix MapOptions incorrect index access at map creation, leading to map not being created(blank view).