Query class

Constructors

Query({List<List<num>>? coordinates, String? profile, String? preference, String? format, String? units, String? language, String? instructionsFormat, bool? elevation, List<String>? extraInfo, AlternativeRoutes? alternativeRoutes})
Query.fromMap(Map<String, dynamic> json)
factory

Properties

alternativeRoutes AlternativeRoutes?
getter/setter pair
coordinates List<List<num>>?
getter/setter pair
elevation bool?
getter/setter pair
extraInfo List<String>?
getter/setter pair
format String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instructionsFormat String?
getter/setter pair
language String?
getter/setter pair
preference String?
getter/setter pair
profile String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units String?
getter/setter pair

Methods

copyWith({List<List<num>>? coordinates, String? profile, String? preference, String? format, String? units, String? language, String? instructionsFormat, bool? elevation, List<String>? extraInfo, AlternativeRoutes? alternativeRoutes}) Query
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