LocationSample class

A LocationSample holds a 2D GeoLocation spatial data point as well as a DateTime value s.t. it may be temporally ordered

Constructors

LocationSample(GeoLocation _geoLocation, DateTime _datetime)

Properties

datetime DateTime
no setter
geoLocation GeoLocation
no setter
hashCode int
The hash code for this object.
no setterinherited
latitude double?
no setter
longitude double?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addNoise() LocationSample
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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