getPolyline property
Implementation
Polyline get getPolyline => Polyline(
polylineId: PolylineId(this.name),
color: this.color,
width: 4,
points: this.points.map((points) => points.getLatLng).toList(),
);
Polyline get getPolyline => Polyline(
polylineId: PolylineId(this.name),
color: this.color,
width: 4,
points: this.points.map((points) => points.getLatLng).toList(),
);