SearchService class abstract Places

Search service class

Constructors

SearchService()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Static Properties

transferStatistics TransferStatistics
Get the transfer statistics
no setter

Static Methods

cancelSearch(TaskHandler taskHandler) → void
Cancel specific request identified by the task handler.
Search using text and geographic area as discriminants.
searchAlongRoute(Route route, void onCompleteCallback(GemError err, List<Landmark> results), {String? textFilter, SearchPreferences? preferences}) TaskHandler?
Search for landmarks along the specified route.
searchAroundPosition(Coordinates position, void onCompleteCallback(GemError err, List<Landmark> results), {String? textFilter, SearchPreferences? preferences}) TaskHandler?
Get list of landmarks for specific coordinates.
searchInArea(RectangleGeographicArea area, Coordinates referenceCoordinates, void onCompleteCallback(GemError err, List<Landmark> results), {String textFilter = '', SearchPreferences? preferences}) TaskHandler?
Get list of landmarks in the given geographic area.
searchLandmarkDetails(List<Landmark> results, void onCompleteCallback(GemError err)) TaskHandler?
Get details for the given landmark list.