Polyline class

Implementers

Constructors

Polyline(List latlngs, {Color? strokeColor, double? strokeWidth, double? strokeOpacity, StrokeCap? strokeCap, StrokeJoin? strokeJoin, PathFillType? pathFillType, List<Color>? gradientStrokeColors, List<double>? gradientStrokeStops, bool? isDotted, dynamic data})
Polyline.from(dynamic value, {Color? strokeColor, num? strokeWidth, double? strokeOpacity, StrokeCap? strokeCap, StrokeJoin? strokeJoin, PathFillType? pathFillType, List<Color>? gradientStrokeColors, List<double>? gradientStrokeStops, bool? isDotted, dynamic data})
factory

Properties

bounds LatLngBounds
no setter
data → dynamic
final
gradientStrokeColors List<Color>?
final
gradientStrokeStops List<double>?
final
hashCode int
The hash code for this object.
no setterinherited
isDotted bool?
final
isEmpty bool
no setter
isNotEmpty bool
no setter
latlngs List<LatLng>
final
pathFillType PathFillType?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeCap StrokeCap?
final
strokeColor Color?
final
strokeJoin StrokeJoin?
final
strokeOpacity double?
final
strokeWidth double?
final
validLatLngs List<LatLng?>
no setter

Methods

copy({Color? strokeColor, num? strokeWidth, double? strokeOpacity, StrokeCap? strokeCap, StrokeJoin? strokeJoin, PathFillType? pathFillType, List<Color>? gradientStrokeColors, List<double>? gradientStrokeStops, bool? isDotted, dynamic data}) Polyline
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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