Directions class

Constructors

Directions({LatLngBounds? bounds, List<PointLatLng>? polylinePoints, String? totalDistance, String? totalDuration, LatLng? startPosition, LatLng? endPosition, LatLng? someDistancePosition, bool? error, String? errorMsg, String? startAddress, String? endAddress, double? distanceVal})
const
Directions.fromMap(Map<String, dynamic> map)
factory

Properties

bounds → LatLngBounds?
final
distanceVal double?
final
endAddress String?
final
endPosition → LatLng?
final
error bool?
final
errorMsg String?
final
hashCode int
The hash code for this object.
no setterinherited
polylinePoints List<PointLatLng>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
someDistancePosition → LatLng?
final
startAddress String?
final
startPosition → LatLng?
final
totalDistance String?
final
totalDuration String?
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