MPPositionResultInterface class abstract

Interface to deliver a position result to the MapsIndoors SDK

Inheritance
  • Object
  • MapsIndoorsObject
  • MPPositionResultInterface

Constructors

MPPositionResultInterface()

Properties

accuracy num?
The accuracy of the position in meters
no setter
bearing num?
The bearing the position is pointing
no setter
floorIndex int?
The floor the position is on
no setter
hashCode int
The hash code for this object.
no setterinherited
point MPPoint?
The position in world space
no setter
provider MPPositionProviderInterface
What position provider delivered the position result
no setter
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
toJson() Map<String, dynamic>
Converts the MPPositionResultInterface to a JSON representation that can be parsed by the MapsIndoors Platform SDK
override
toString() String
A string representation of this object.
inherited

Operators

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