MPPositionResultInterface class Null safety

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
read-only
bearing num?
The bearing the position is pointing
read-only
floorIndex int?
The floor the position is on
read-only
hashCode int
The hash code for this object.
read-onlyinherited
point MPPoint?
The position in world space
read-only
provider MPPositionProviderInterface
What position provider delivered the position result
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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