ipostmap_flutter 3.0.0
ipostmap_flutter: ^3.0.0 copied to clipboard
A Flutter plugin for integrating iPostMap in iOS and Android applications.
3.0.0 #
Changed the approach to 3D mode.
Instead of requiring the 3D map type to render 3D objects, developers can now manually enable or disable 3D buildings via the buildingsEnabled property.
This feature is supported on both roadmap and hybrid map types, allowing full customization of the map style even when 3D rendering is enabled.
- Support set map style by
styleproperty of theMFMapViewwidget - Add
hybridmap type - Support update camera with custom padding
- Bugs fixed
Breaking changes #
- The map type
raster,map3Dhas been removed - The
enable3DModemethod has been removed fromMFMapViewController. 3D buildings can now be shown using thebuildingsEnabledproperty of theMFMapViewwidget - The
onModeChangecallback has been removed from theMFMapViewwidget
1.0.0 #
- Initial release