KinMapPolyline class
A polyline overlay on the map.
Constructors
-
KinMapPolyline({required List<
KinLatLng> points, Color color = const Color(0xFF3478F6), double strokeWidth = 3}) -
const
Properties
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