TextQuery class

The options to specify a text query.

Constructors

TextQuery.withArea(String query, TextQueryArea area)
Constructs a TextQuery from the provided text query and geographic area.
factory

Properties

area TextQueryArea
Area which to provide the most relevant places.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
placeFilter PlaceFilter
The filter options to specify a place in query. Consists of fuel and truck options.
getter/setter pair
query ↔ String
Desired query to search.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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