ByRoadDistanceCalculator class

Constructors

ByRoadDistanceCalculator()

Properties

distance ↔ Distance
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
polylineCoordinates List<LatLng>
getter/setter pair
polylinePoints ↔ PolylinePoints
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDistance double
getter/setter pair

Methods

getDistance(String gmapsApiKey, {required double startLatitude, required double startLongitude, required double destinationLatitude, required double destinationLongitude, required TravelModes travelMode}) Future<String>
loopIt() → dynamic
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