SearchService class

///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////

Constructors

SearchService.new(String accessToken)
//////////// ////////////

Properties

accessToken String
//////////// ////////////
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearCache() → void
Clears the search cache
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reverseGeocode({required RaliPosition position, Position? userPosition}) Future<SearchResult?>
//////////// //////////// Retrieves place information for given coordinates
searchPlaces(String query, {int limit = 5, Position? proximity, List<String> types = const ['address', 'poi', 'place', 'neighborhood']}) Future<List<SearchResult>>
//////////// //////////// Searches for places based on a query with improved state handling and proximity prioritization
toString() String
A string representation of this object.
inherited

Operators

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