AMapPolylineModel constructor

AMapPolylineModel({
  1. List<AMapPolylineModelSource?>? source,
  2. String? adapt,
  3. String? lineImage,
  4. String? moveImage,
  5. int? seconds,
  6. bool? isCreate,
})

Implementation

AMapPolylineModel({
  this.source,
  this.adapt,
  this.lineImage,
  this.moveImage,
  this.seconds,
  this.isCreate,
});