AbstractStaticcancelCancel specific request identified by the task handler.
The task handler associated with the request to be canceled.
StaticsearchSearch using text and geographic area as discriminants.
Object containing search parameters
OptionallocationHint?: RectangleGeographicAreaThe location hint. The search will be restricted to the provided geographic area. Optional.
Will be invoked when the search operation is completed, providing the search results and an error code.
Optionalpreferences?: SearchPreferencesThe search preferences. Optional.
The reference position. Results will be relevant to this position.
The text filter.
Associated TaskHandler for this operation if the search can be started otherwise null.
StaticsearchSearch for landmarks along the specified route.
Object containing search parameters
Will be invoked when the search operation is completed, providing the search results and an error code.
Optionalpreferences?: SearchPreferencesThe search preferences. Optional.
The target route.
OptionaltextFilter?: stringThe text filter. Optional.
Associated TaskHandler for this operation if the search can be started otherwise null.
StaticsearchGet list of landmarks for specific coordinates.
Object containing search parameters
Will be invoked when the search operation is completed, providing the search results and an error code.
The position.
Optionalpreferences?: SearchPreferencesThe search preferences. Optional.
OptionaltextFilter?: stringThe text filter. Optional.
Associated TaskHandler for this operation if the search can be started otherwise null.
StaticsearchGet list of landmarks in the given geographic area.
Object containing search parameters
The search target area.
Will be invoked when the search operation is completed, providing the search results and an error code.
Optionalpreferences?: SearchPreferencesThe search preferences. Optional.
The reference position. Results will be relevant to this position.
OptionaltextFilter?: stringThe optional text filter. Optional.
Associated TaskHandler for this operation if the search can be started otherwise null.
StaticsearchGet details for the given landmark list.
The main purpose of this method is to populate the details for a landmark provided by selecting a landmark from the upper zoom level of the map. Other types of landmarks (such as the ones provided by search) are already up-to-date. Does not work with user created landmarks.
The landmark list for which the landmarks details are searched.
Will be invoked when the search operation is completed, providing the error code. If the landmarks in list already have the details populated, the function will return GemError.upToDate.
Associated TaskHandler for this operation if the search can be started otherwise null.
Search service class