RouteOptions class

Constructors

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})
RouteOptions.fromJson(Map<String, dynamic> json)

Properties

alternatives bool?
getter/setter pair
annotations String?
getter/setter pair
bannerInstructions bool?
getter/setter pair
baseUrl String?
getter/setter pair
bearings String?
getter/setter pair
continueStraight bool?
getter/setter pair
coordinates List<List>?
getter/setter pair
geometries String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language String?
getter/setter pair
overview String?
getter/setter pair
profile String?
getter/setter pair
roundaboutExits bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps bool?
getter/setter pair
voiceInstructions bool?
getter/setter pair
voiceUnits String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited