WoosmapMapViewWidget.create constructor
- Key? key,
- required dynamic onRef(),
- required String wooskey,
- AssetImage? loader,
- MapOptions? mapOptions,
- bool? widget,
- IndoorRendererOptions? indoorRendererConfiguration,
- IndoorWidgetOptions? indoorWidgetConfiguration,
- dynamic indoor_level_changed()?,
- dynamic indoor_feature_selected(
- dynamic
- dynamic indoor_venue_loaded(
- dynamic
- dynamic indoor_user_location(
- dynamic
- dynamic indoor_directions(
- dynamic
- bool? activate_indoor_product,
- dynamic bounds_changed()?,
- dynamic center_changed()?,
- dynamic click(
- dynamic
- dynamic dblclick(
- dynamic
- dynamic drag()?,
- dynamic dragend()?,
- dynamic dragstart()?,
- dynamic idle()?,
- dynamic mousemove(
- dynamic
- dynamic mouseout(
- dynamic
- dynamic mouseover(
- dynamic
- dynamic rightclick(
- dynamic
- dynamic zoom_changed()?,
- dynamic store_unselected()?,
- dynamic store_selected(
- dynamic
- dynamic routeIndex_changed(
- dynamic
- dynamic indoor_highlight_step(
- dynamic
Creates new Object with mapOptions as MapOptions object.
///
onRef
- *Required. Callback function that returns WoosmapController object.
wooskey
- *Required. Woosmap public key.
mapOptions
- Map options defined as MapOptions object.
widget
- Sets if the widget should be enabled or not.
indoorRendererConfiguration
- The indoor renderer configuration as IndoorRendererOptions object.
indoorWidgetConfiguration
- The indoor widget configuration as IndoorWidgetOptions object.
indoor_level_changed
- The callback function of the event.
indoor_feature_selected
- The callback function of the event.
indoor_venue_loaded
- The callback function of the event.
indoor_user_location
- The callback function of the event.
indoor_directions
- The callback function of the event.
activate_indoor_product
- The callback function of the event.
bounds_changed
- The callback function of the event.
center_changed
- The callback function of the event.
click
- The callback function of the event.
dblclick
- The callback function of the event.
drag
- The callback function of the event.
dragend
- The callback function of the event.
dragstart
- The callback function of the event.
idle
- The callback function of the event.
mousemove
- The callback function of the event.
mouseout
- The callback function of the event.
mouseover
- The callback function of the event.
rightclick
- The callback function of the event.
zoom_changed
- The callback function of the event.
store_unselected
- The callback function of the event.
store_selected
- The callback function of the event.
routeIndex_changed
- The callback function of the event.
indoor_highlight_step
- The callback function of the event.
indoor_navigation_started
- The callback function of the event.
indoor_navigation_exited
- The callback function of the event.
Implementation
WoosmapMapViewWidget.create(
{super.key,
required this.onRef,
required this.wooskey,
this.loader,
this.mapOptions,
this.widget,
this.indoorRendererConfiguration,
this.indoorWidgetConfiguration,
this.indoor_level_changed,
this.indoor_feature_selected,
this.indoor_venue_loaded,
this.indoor_user_location,
this.indoor_directions,
this.activate_indoor_product,
this.bounds_changed,
this.center_changed,
this.click,
this.dblclick,
this.drag,
this.dragend,
this.dragstart,
this.idle,
this.mousemove,
this.mouseout,
this.mouseover,
this.rightclick,
this.zoom_changed,
this.store_unselected,
this.store_selected,
this.routeIndex_changed,
this.indoor_highlight_step,
this.indoor_navigation_started,
this.indoor_navigation_exited});