MultiRoadOption class

MultiRoadOption

this class used to configure road in Multiple Drawing Road by change default color roadColor that can be null or width roadWidth that also can be null for that specific road

Inheritance

Constructors

MultiRoadOption({required Color roadColor, double roadWidth = 5, RoadType roadType = RoadType.car, Color? roadBorderColor = null, double? roadBorderWidth = null})
const
MultiRoadOption.empty()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
roadBorderColor Color?
finalinherited
roadBorderWidth double?
finalinherited
roadColor Color
finalinherited
roadType RoadType
final
roadWidth double
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoomInto bool
finalinherited

Methods

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

Operators

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