PlanItem constructor
PlanItem({})
Implementation
PlanItem({
required this.latLng,
required this.iconPath,
this.showScope = false,
this.scope = 300,
this.showConnecting = false,
this.markerId,
this.scopeId,
this.conineId,
});