RouteOptions constructor
RouteOptions({
- String? baseUrl,
- String? profile,
- List<
List> ? coordinates, - bool? alternatives,
- String? language,
- String? bearings,
- bool? continueStraight,
- bool? roundaboutExits,
- String? geometries,
- String? overview,
- bool? steps,
- String? annotations,
- bool? voiceInstructions,
- bool? bannerInstructions,
- 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,
});