mapsindoors_googlemaps 2.0.0
mapsindoors_googlemaps: ^2.0.0 copied to clipboard
A MapsIndoors flutter plugin using the Google Maps platform
Changelog #
2.0.0 #
- Moved from mapsindoors to allow for multiple map providers
- Changes to classes:
- MapControl
MapControl
has merged with theMapsIndoorsWidget
, combining them into a single entity. theWidget
will still be built in the build tree, and accepts a listener as a parameter to wait for the MapControl part to be initialized.
- MapsIndoors
- Has been split up into functions on the namespace to align better with dart language standards. Some methods have changed naming to avoid collision with popular method and parameter naming (eg.
MapsIndoors.load()
is nowloadMapsIndoors()
)
- Has been split up into functions on the namespace to align better with dart language standards. Some methods have changed naming to avoid collision with popular method and parameter naming (eg.
- MapControl
- Changes to the Widget
- The
MapsIndoorsWidget
has been changed to be aUniqueWidget
, this is to ensure that the underlying MapsIndoors in the platform code can function normally.
- The