MapmyIndiaDistanceMatrix class

Constructors

MapmyIndiaDistanceMatrix({required List<String> sources, required List<String> destinations, int? routeType, String profile = DistanceCriteria.PROFILE_DRIVING, String resource = DistanceCriteria.RESOURCE_DISTANCE})

Properties

destinations List<String>
final
hashCode int
The hash code for this object.
no setterinherited
profile String
final
resource String
final
routeType int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<String>
final

Methods

callDistanceMatrix() Future<DistanceResponse?>
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