NaviOption constructor

NaviOption({
  1. NaviCoordType? coordType,
  2. VehicleType? vehicleType,
  3. RpOption? rpOption,
  4. bool? routeInfo,
  5. String? startX,
  6. String? startY,
  7. int? startAngle,
  8. String? returnUri,
})

Implementation

NaviOption(
    {this.coordType,
    this.vehicleType,
    this.rpOption,
    this.routeInfo,
    this.startX,
    this.startY,
    this.startAngle,
    this.returnUri});