VietmapMatrixParams class

Constructors

VietmapMatrixParams({required List<LatLng> points, bool isShowTablePreview = false, String apiVersion = '1.1', required List<int> sourcePoints, required List<int> destinationPoints})
Matrix api params

Properties

apiVersion String
VietMap matrix api version
final
destinationPoints List<int>
List index of the destination point inside the list points
final
hashCode int
The hash code for this object.
no setterinherited
isShowTablePreview bool
Print the table in the debug console
final
points List<LatLng>
List of latLng point, include both of sourcePoints and destinationPoints.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourcePoints List<int>
List index of the source point inside list points
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