VietMapRoutingParams class

Params for VietMapRouting api call

Constructors

VietMapRoutingParams({required List<LatLng> points, VehicleType vehicle = VehicleType.car, bool optimize = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
optimize bool
optimize : bool optimize the route, default is false
getter/setter pair
points List<LatLng>
points : List<LatLng> list of points that you want to routing, allow 2 points at least
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vehicle VehicleType
vehicle : VehicleType type of vehicle that you want to routing, default is car
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited