woosmap_flutter 1.2.3
woosmap_flutter: ^1.2.3 copied to clipboard
Get started with the Woosmap Indoor API. View simple examples, learn the concepts, and create custom indoor maps for your site.
1.2.3 #
- Fixed
getBoundsandgetCenteron android platform
1.2.1 #
- Added support for Woosmap private keys
- Added new types
geometricCenter,rangeInterpolatedandapproximateinLocalitiesGeocodeLocationType
1.1.1 #
-
Removed the following deprecated fields from
LocalitiesPredictionsnameadmin0admin1viewpointpostalCodeslocation
-
Added the following field in
LocalitiesPredictionshasAddresses
-
Added the following field in
LocalitiesDetailsstatus
-
Added the following field in
LocalitiesGeocodeResultstatus
-
Added a new parameter
listSubBuildingsinLocalitiesGeocodeRequest. -
Added new field
subBuildingsinLocalitiesGeocodeResultwhich is a list ofSubBuildingthat hasplaceIdanddescriptionof the every sub building. -
Added new field
distanceinLocalitiesGeocodeResult.
1.0.0 #
- Exposed methods to faciliate
StoresAPI callssearch- Encapsulates Store Search queryautocomplete- Encapsulates Stores Autocomplete request
- Exposed methods to facilitate
LocaltiesAPI callsautocomplete- Encapsulates Localities Autocomplete requestdetails- Encapsulates Localities Details requestgeocode- Encapsulates Localities Geocode request
0.3.0 #
- Exposed two additional methods
startNavigation- Triggers the navigation experience.exitNavigation- Exits the navigation experience.
- Exposed to additional callbacks.
indoor_navigation_started- Invoked when indoor navigation experience is triggered.indoor_navigation_exited- Invoked when indoor navigation experience is exited.
setDirectionsmethod will no longer trigger navigation. MethodstartNavigationshould explicitly be called.
0.2.0 #
- Exposes two additional optional params to the
Marker.setPositionmethod.animate- Defaults to false.duration- Animation duration.
0.1.1 #
- Bug fix: Format code to bump up the score.
0.1.0 #
-
Exposed
IndoorDirectionRequestclass to make indoor directions request. -
Exposed
IndoorRendererOptionclass to create indoor map configuration. -
Exposed
IndoorWidgetOptionclass to create indoor widget configuration. -
Exposed
IndoorWidgetOptionsUIclass to configure indoor widget UI. -
Exposed
MapOptionsclass to configure the map. -
Exposed
MarkerOptionsclass to configure marker object. -
Exposed
Styleclass to configure store overlay style. -
Exposed new optional parameter
ignoreZoomRulesto methodfilterPois. -
Deprecated default constructors of
Marker,StoreOverlay,WoosmapMapViewWidgetandWoosmapControllerclasses. Exposed new constructorsMarker.create,StoreOverlay.create,WoosmapMapViewWidget.createandWoosmapController.create -
Bug fix: Adding bulk markers creates duplicate marker id which results in a bug while deleting duplicate markers.
Bug fix: Adding bulk markers creates duplicate marker id which results in a bug while deleting duplicate markers.
0.0.17 #
- Enable text-to-speech on the Android platform
- Expose new event for indoor widget
indoor_highlight_step - Improve pub.dev ranking.
0.0.16 #
- Enable text-to-speech on the Android platform
- Expose new event for indoor widget
indoor_highlight_step
0.0.15 #
- Expose Direction service methods
_controller.routeand_controller.setRoute
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
DirectionRequestto capture poiId and poiRef while fetching direction
0.0.13 #
highlightFeatureandhighlightFeatureRefexpose new parameter to allow customize padding
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.11 #
- Handle Platfrom Exception
0.0.10 #
- Get Bundle Id for app
0.0.9 #
- Rename function call
setLocationtosetUserLocation
0.0.5 #
- Updated documentation
0.0.4 #
- Updated documentation
0.0.3 #
- Setup Woosmap as publisher.
0.0.2 #
- Interface to interact with Woosmap Indoor JS.
0.0.1 #
- Initial release.