DriveRouteResult class
Constructors
-
DriveRouteResult({List<
DrivePath> ? paths, LatLng? startPos, LatLng? targetPos, num? taxiCost}) -
DriveRouteResult.fromJson(Map<
String, dynamic> json)
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
paths
↔ List<
DrivePath> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startPos ↔ LatLng?
-
getter/setter pair
- targetPos ↔ LatLng?
-
getter/setter pair
- taxiCost ↔ num?
-
getter/setter pair
Methods
-
copyWith(
{List< DrivePath> ? paths, LatLng? startPos, LatLng? targetPos, num? taxiCost}) → DriveRouteResult -
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.
override