ExamplePositionResult class

Inheritance
  • Object
  • MapsIndoorsObject
  • MPPositionResultInterface
  • ExamplePositionResult

Constructors

ExamplePositionResult.new(MPPositionProviderInterface provider, {num? accuracy, num? bearing, int? floorIndex, MPPoint? point})

Properties

accuracy num?
The accuracy of the position in meters
getter/setter pairoverride-getter
bearing num?
The bearing the position is pointing
getter/setter pairoverride-getter
floorIndex int?
The floor the position is on
getter/setter pairoverride-getter
hashCode int
The hash code for this object.
no setterinherited
point ↔ MPPoint?
The position in world space
getter/setter pairoverride-getter
provider ↔ MPPositionProviderInterface
What position provider delivered the position result
getter/setter pairoverride-getter
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
inherited
toString() String
A string representation of this object.
inherited

Operators

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