BMFOpenNaviOption constructor Null safety
- {required dynamic startCoord,
- String? startName,
- required dynamic endCoord,
- String? endName,
- String? appScheme,
- String? appName,
- bool? isSupportWeb = true,
- BMFNaviRoutePlanType? preferenceType}
BMFOpenNaviOption构造方法
Implementation
BMFOpenNaviOption(
{required this.startCoord,
this.startName,
required this.endCoord,
this.endName,
required this.naviType,
this.appScheme,
this.appName,
this.isSupportWeb = true,
this.preferenceType});