BMFOpenNaviOption constructor

BMFOpenNaviOption(
  1. {@required BMFCoordinate startCoord,
  2. String startName,
  3. @required BMFCoordinate endCoord,
  4. String endName,
  5. @required BMFNaviType naviType,
  6. String appScheme,
  7. String appName,
  8. bool isSupportWeb: true}
)

BMFOpenNaviOption构造方法

Implementation

BMFOpenNaviOption(
    {@required this.startCoord,
    this.startName,
    @required this.endCoord,
    this.endName,
    @required this.naviType,
    this.appScheme,
    this.appName,
    this.isSupportWeb = true});