MesiboLocation class
- Inheritance
-
- Object
- MesiboLocationFlutter
- MesiboLocation
Constructors
- MesiboLocation({double latitude = 0.0, double longitude = 0.0, double speed = 0.0, double distance = 0.0, double accuracy = 0.0, MesiboDateTimeFlutter? ts = null})
Properties
- accuracy ↔ double
-
getter/setter pairinherited
- distance ↔ double
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- latitude ↔ double
-
getter/setter pairinherited
- longitude ↔ double
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed ↔ double
-
getter/setter pairinherited
- ts ↔ MesiboDateTimeFlutter?
-
getter/setter pairinherited
Methods
-
encode(
) → Object -
inherited
-
getTimestamp(
) → MesiboDateTime -
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