AviRoute class

Constructors

AviRoute()
AviRoute.fromMap(Map<String, dynamic> map)

Properties

bearing double?
getter/setter pair
distance double?
getter/setter pair
encodedPoints List?
getter/setter pair
endLatitude double?
getter/setter pair
endLongitude double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
routeBounds AviRouteBounds?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startLatitude double?
getter/setter pair
startLongitude double?
getter/setter pair
time int?
getter/setter pair

Methods

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

Operators

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