SitumFlutterWayfinding class
Constructors
- SitumFlutterWayfinding()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel ↔ MethodChannel
-
latefinal
- onCustomPoiCreatedCallback ↔ OnCustomPoiCreatedCallback?
-
getter/setter pair
- onCustomPoiDeselectedCallback ↔ OnCustomPoiDeselectedCallback?
-
getter/setter pair
- onCustomPoiRemovedCallback ↔ OnCustomPoiRemovedCallback?
-
getter/setter pair
- onCustomPoiSelectedCallback ↔ OnCustomPoiSelectedCallback?
-
getter/setter pair
- onDisposeCalled ↔ bool
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
- onPoiDeselectedCallback ↔ OnPoiDeselectedCallback?
-
getter/setter pair
- onPoiSelectedCallback ↔ OnPoiSelectedCallback?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- situmMapDidUpdateCallback ↔ SitumMapViewCallback?
-
getter/setter pair
- situmMapLoadCallback ↔ SitumMapViewCallback?
-
getter/setter pair
- situmMapLoaded ↔ bool
-
getter/setter pair
- situmMapLoading ↔ bool
-
getter/setter pair
Methods
-
filterPoisBy(
List< String> categoryIdsFilter) → Future<void> -
getCustomPoi(
) → Future< CustomPoi?> -
getCustomPoiById(
int poiId) → Future< CustomPoi?> -
load(
{SitumMapViewCallback? situmMapLoadCallback, SitumMapViewCallback? situmMapDidUpdateCallback, Map< String, dynamic> ? creationParams}) → Future<String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyLoadCallbacks(
) → void -
notifyLoadCallbacksIfNeeded(
) → void -
onCustomPoiCreated(
OnCustomPoiCreatedCallback callback) → void -
onCustomPoiDeselected(
OnCustomPoiDeselectedCallback callback) → void -
onCustomPoiRemoved(
OnCustomPoiRemovedCallback callback) → void -
onCustomPoiSelected(
OnCustomPoiSelectedCallback callback) → void -
onPoiDeselected(
OnPoiDeselectedCallback callback) → void -
onPoiSelected(
OnPoiSelectedCallback callback) → void -
onWidgetDisposed(
) → void -
removeCustomPoi(
int poiId) → Future< String?> -
selectCustomPoi(
int poiId) → Future< String?> -
selectPoi(
String id, String buildingId) → Future< String?> -
startCustomPoiCreation(
String? name, String? description, String? encodedSelectedIcon, String? encodedUnSelectedIcon) → Future< String?> -
startPositioning(
) → Future< String?> -
stopPositioning(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
-
unload(
) → Future< void> -
updateView(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited