MultiRoadConfiguration class

MultiRoadConfiguration

this class used to set configuration to draw multiple roads in the sametime it required to set startPoint and destinationPoint and setting intersectPoints is optional and the same for roadOptionConfiguration that responsible to configure color and width of the road

Constructors

MultiRoadConfiguration({required GeoPoint startPoint, required GeoPoint destinationPoint, List<GeoPoint> intersectPoints = const [], MultiRoadOption? roadOptionConfiguration})
const

Properties

destinationPoint GeoPoint
final
hashCode int
The hash code for this object.
no setterinherited
intersectPoints List<GeoPoint>
final
roadOptionConfiguration MultiRoadOption?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPoint GeoPoint
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