BMFOpenNaviOption constructor Null safety

BMFOpenNaviOption(
  1. {required dynamic startCoord,
  2. String? startName,
  3. required dynamic endCoord,
  4. String? endName,
  5. required BMFNaviType? naviType,
  6. String? appScheme,
  7. String? appName,
  8. bool? isSupportWeb = true,
  9. 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});