ZaptSDKController class

Constructors

ZaptSDKController.forAndroid({required dynamic androidWebViewController})
ZaptSDKController.forIOS({required dynamic iOSWebviewController})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createRouteByCoordinates(ReferencePoint originPoint, ReferencePoint destinationPoint) Future<void>
createRouteByIds(String originId, String destinationId) Future<void>
getCurrentPosition() Future<Object?>
highlightInterestById(String poiId, bool openDetails) Future<void>
mapIsInitializing() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeHighlightInterest(bool? resetMapView) Future<void>
removeRoute() Future<void>
resetMapView() Future<void>
setCenter(MapCenter mapCenter) Future<void>
setFloor(int floorId) Future<void>
setMapId(String mapId) Future<void>
setRotation(double rotation) Future<void>
setZoom(double zoom) Future<void>
toString() String
A string representation of this object.
inherited
waitForMapInitialization() Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited