woosmap_flutter 0.1.0 woosmap_flutter: ^0.1.0 copied to clipboard
Get started with the Woosmap Indoor API. View simple examples, learn the concepts, and create custom indoor maps for your site.
Woosmap Flutter #
0.0.1 #
- Initial release.
0.0.2 #
- Interface to interact with Woosmap Indoor JS.
0.0.3 #
- Setup Woosmap as publisher.
0.0.4 #
- Updated documentation
0.0.5 #
- Updated documentation
0.0.9 #
Rename function call setLocation to setUserLocation
0.0.10 #
Get Bundle Id for app
0.0.11 #
Handle Platfrom Exception
0.0.12 #
Expose new method highlightFeature(String featureId, bool silent)
to renders a map with a POI highlighted by pk or id
0.0.13 #
highlightFeature
and highlightFeatureRef
expose new parameter to allow customize padding
0.0.14 #
Expose new method filterPois(String advancedFilter)
to Filter the map to display only labels and icons of POIs which are matching the filters
Update DirectionRequest
to capture poiId and poiRef while fetching direction
0.0.15 #
Expose Direction service methods _controller.route and _controller.setRoute
0.0.16 #
- Enable text-to-speech on the Android platform
- Expose new event for indoor widget indoor_highlight_step
0.1.0 #
-
Exposed
IndoorDirectionRequest
class to make indoor directions request. -
Exposed
IndoorRendererOption
class to create indoor map configuration. -
Exposed
IndoorWidgetOption
class to create indoor widget configuration. -
Exposed
IndoorWidgetOptionsUI
class to configure indoor widget UI. -
Exposed
MapOptions
class to configure the map. -
Exposed
MarkerOptions
class to configure marker object. -
Exposed
Style
class to configure store overlay style. -
Exposed new optional parameter
ignoreZoomRules
to methodfilterPois
. -
Deprecated default constructors of
Marker
,StoreOverlay
,WoosmapMapViewWidget
andWoosmapController
classes. Exposed new constructorsMarker.create
,StoreOverlay.create
,WoosmapMapViewWidget.create
andWoosmapController.create
-
Bug fix: Adding bulk markers creates duplicate marker id which results in a bug while deleting duplicate markers.