PolyLineEsri constructor
PolyLineEsri({})
Implementation
PolyLineEsri({
required this.points,
this.color = const Color(0xFF00FF00),
this.borderStrokeWidth = 0.0,
this.borderColor = const Color(0xFFFFFF00),
this.isDotted = false,
this.attributes,
}) : super(points: points) {
boundingBox = LatLngBounds.fromPoints(points);
}