AMapNavOptions constructor

const AMapNavOptions({
  1. int navType = NAVI_TYPE_DRIVER,
  2. required LatLng startLocation,
  3. required LatLng endLocation,
  4. double bottomContentH = 100,
})

Implementation

const AMapNavOptions({
  this.navType = NAVI_TYPE_DRIVER,
  required this.startLocation,
  required this.endLocation,
  this.bottomContentH = 100,
});