BMFOpenTruckNaviOption(- {required BMFCoordinate? startCoord,
- String? startName,
- required BMFCoordinate? endCoord,
- String? endName,
- required BMFNaviType? naviType,
- String? appScheme,
- String? appName,
- bool? isSupportWeb = true,
- BMFNaviRoutePlanType? preferenceType,
- double? height,
- double? width,
- double? weight,
- double? length,
- double? axleWeight,
- int? axleCount,
- bool? isTrailer,
- String? plateProvince,
- String? plateNumber,
- int? plateColor,
- double? displacement,
- int? powerType,
- int? emissionLimit,
- bool? loadWeight}
)
Implementation
BMFOpenTruckNaviOption(
{required BMFCoordinate? startCoord,
String? startName,
required BMFCoordinate? endCoord,
String? endName,
required BMFNaviType? naviType,
String? appScheme,
String? appName,
bool? isSupportWeb = true,
BMFNaviRoutePlanType? preferenceType,
this.height,
this.width,
this.weight,
this.length,
this.axleWeight,
this.axleCount,
this.isTrailer,
this.plateProvince,
this.plateNumber,
this.plateColor,
this.displacement,
this.powerType,
this.emissionLimit,
this.loadWeight})
: super(
startCoord: startCoord,
startName: startName,
endCoord: endCoord,
endName: endName,
naviType: naviType,
appScheme: appScheme,
appName: appName,
isSupportWeb: isSupportWeb,
preferenceType: preferenceType);