RouteOptions constructor

RouteOptions({
  1. String? baseUrl,
  2. String? profile,
  3. List<List>? coordinates,
  4. bool? alternatives,
  5. String? language,
  6. String? bearings,
  7. bool? continueStraight,
  8. bool? roundaboutExits,
  9. String? geometries,
  10. String? overview,
  11. bool? steps,
  12. String? annotations,
  13. bool? voiceInstructions,
  14. bool? bannerInstructions,
  15. String? voiceUnits,
})

Implementation

RouteOptions({
  this.baseUrl,
  this.profile,
  this.coordinates,
  this.alternatives,
  this.language,
  this.bearings,
  this.continueStraight,
  this.roundaboutExits,
  this.geometries,
  this.overview,
  this.steps,
  this.annotations,
  this.voiceInstructions,
  this.bannerInstructions,
  this.voiceUnits,
});