LocationByTime<P extends GpsPoint> class

Query result for QueryLocationByTime.

Inheritance

Constructors

LocationByTime(GpsTime time, int? toleranceSeconds, P? location)

Properties

hashCode int
The hash code for this object.
no setterinherited
location → P?
The point that was found
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time GpsTime
The time for which the query was executed.
final
toleranceSeconds int?
The tolerance that was specified for finding the location (if no exact match was available).
final

Methods

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