SuggestParameters class final

A structure representing parameters for a geocoding suggestion operation.

Geocoding suggestions provide character-by-character auto-completion for facilitating interactive search experiences.

Implemented types

Constructors

SuggestParameters.new()
Creates a new suggest parameters object.
factory

Properties

categories → List<String>
Categories.
no setter
countryCode ↔ String
Country code.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
maxResults ↔ int
Max results.
getter/setter pair
preferredSearchLocation ↔ ArcGISPoint?
Preferred search location.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
searchArea ↔ Geometry?
Search area.
getter/setter pair

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.
inherited