MPPositionProviderInterface class abstract
Interface for added a position provider to the SDK
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestPosition → MPPositionResultInterface?
-
Invoked when the latest valid position is needed
no setter
- name → String
-
The name of the position provider, used to identify it
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addOnPositionUpdateListener(
OnPositionUpdateListener listener) → void -
Add a
listener
to the position provider -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeOnPositionUpdateListener(
OnPositionUpdateListener listener) → void -
Remove a
listener
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited