IndoorAtlas class

Constructors

IndoorAtlas()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

configuration IAConfiguration
no setter
floorplan IAFloorplan?
no setter
givenOpts IAConfiguration
getter/setter pair
initialized bool
getter/setter pair
location IALocation?
no setter
opts IAConfiguration
getter/setter pair
traceId String?
no setter
venue IAVenue?
no setter

Static Methods

configure(IAConfiguration options) → void
resubscribe(IAListener old, IAListener listener) → void
setLocation(IACoordinate coordinate) → void
startWayfindingTo(IAWayfindingRequest request) → void
stopWayfinding() → void
stopWayfindingTo(IAWayfindingRequest request) → void
subscribe(IAListener listener) → void
unsubscribe(IAListener listener) → void