RouteOptions constructor

RouteOptions({
  1. String? baseUrl,
  2. String? deviceID,
  3. String? user,
  4. String? profile,
  5. String? resource,
  6. List<String>? coordinates,
  7. bool? alternatives,
  8. String? language,
  9. String? radiuses,
  10. String? bearings,
  11. bool? lessverbose,
  12. String? geometries,
  13. String? overview,
  14. bool? steps,
  15. String? annotations,
  16. String? exclude,
  17. bool? roundaboutExits,
  18. bool? voiceInstructions,
  19. bool? bannerInstructions,
  20. String? voiceUnits,
  21. String? accessToken,
  22. String? requestUuid,
  23. String? sessionId,
  24. String? approaches,
  25. String? waypointIndices,
  26. String? waypointNames,
  27. String? waypointTargets,
  28. WalkingOptions? walkingOptions,
  29. int? routeType,
  30. bool? isSort,
  31. bool? routeRefresh,
})

Implementation

RouteOptions(
    {this.baseUrl,
    this.deviceID,
    this.user,
    this.profile,
    this.resource,
    this.coordinates,
    this.alternatives,
    this.language,
    this.radiuses,
    this.bearings,
    this.lessverbose,
    this.geometries,
    this.overview,
    this.steps,
    this.annotations,
    this.exclude,
    this.roundaboutExits,
    this.voiceInstructions,
    this.bannerInstructions,
    this.voiceUnits,
    this.accessToken,
    this.requestUuid,
    this.sessionId,
    this.approaches,
    this.waypointIndices,
    this.waypointNames,
    this.waypointTargets,
    this.walkingOptions,
    this.routeType,
    this.isSort,
    this.routeRefresh});