RouteOptions class

Constructors

RouteOptions({String? baseUrl, String? deviceID, String? user, String? profile, String? resource, List<String>? coordinates, bool? alternatives, String? language, String? radiuses, String? bearings, bool? lessverbose, String? geometries, String? overview, bool? steps, String? annotations, String? exclude, bool? roundaboutExits, bool? voiceInstructions, bool? bannerInstructions, String? voiceUnits, String? accessToken, String? requestUuid, String? sessionId, String? approaches, String? waypointIndices, String? waypointNames, String? waypointTargets, WalkingOptions? walkingOptions, int? routeType, bool? isSort, bool? routeRefresh})

Properties

accessToken String?
final
alternatives bool?
final
annotations String?
final
approaches String?
final
bannerInstructions bool?
final
baseUrl String?
final
bearings String?
final
coordinates List<String>?
final
deviceID String?
final
exclude String?
final
geometries String?
final
hashCode int
The hash code for this object.
no setterinherited
isSort bool?
final
language String?
final
lessverbose bool?
final
overview String?
final
profile String?
final
radiuses String?
final
requestUuid String?
final
resource String?
final
roundaboutExits bool?
final
routeRefresh bool?
final
routeType int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
final
steps bool?
final
user String?
final
voiceInstructions bool?
final
voiceUnits String?
final
walkingOptions WalkingOptions?
final
waypointIndices String?
final
waypointNames String?
final
waypointTargets String?
final

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> map) RouteOptions