sdk-search / com.tomtom.online.sdk.search

Package com.tomtom.online.sdk.search

Types

BatchableSearchResponse

interface BatchableSearchResponse : ServiceResponse, Visitable<BatchableSearchResponseVisitor!>

An object which represents a Response to a Search API Request that can be received within the Batch Response.

BuildConfig

class BuildConfig
class BuildConfig

NativeAdditionalDataSearch

open class NativeAdditionalDataSearch : NativeService<AdditionalDataSearchResponse!, AdditionalDataSearchQuery!>

A wrapper for a native object providing access to the Additional Data service.

NativeAutocompleteSearch

open class NativeAutocompleteSearch : NativeService<AutocompleteSearchResponse!, AutocompleteSearchQuery!>

A wrapper for a native object providing access to the Autocomplete Search service.

NativeBatchSearch

open class NativeBatchSearch : NativeService<BatchSearchResponse!, BatchSearchQuery!>

A wrapper for a native object providing access to the Batch Search service.

NativeEVChargingStationsAvailability

open class NativeEVChargingStationsAvailability : NativeService<EVChargingStationsAvailabilityResponse!, EVChargingStationsAvailabilityQuery!>

A wrapper for a native object providing access to the EV Charging Stations Availability service.

NativeFuzzySearch

open class NativeFuzzySearch : NativeService<FuzzySearchResponse!, FuzzySearchQuery!>

A wrapper for a native object providing access to the Fuzzy Search service.

NativeGeometrySearch

open class NativeGeometrySearch : NativeService<GeometrySearchResponse!, GeometrySearchQuery!>

A wrapper for a native object providing access to the Geometry Search service.

NativePoiCategories

open class NativePoiCategories : NativeService<PoiCategoriesResponse!, PoiCategoriesQuery!>

A wrapper for a native object providing access to the POI Categories service.

NativePoiDetails

open class NativePoiDetails : NativeService<PoiDetailsResponse!, PoiDetailsQuery!>

A wrapper for a native object providing access to the POI Details service.

NativeReverseGeocoder

open class NativeReverseGeocoder : NativeService<ReverseGeocoderSearchResponse!, ReverseGeocoderSearchQuery!>

A wrapper for a native object providing access to the Reverse Geocoder service.

NativeSearchAlongRoute

open class NativeSearchAlongRoute : NativeService<AlongRouteSearchResponse!, AlongRouteSearchQuery!>

A wrapper for a native object providing access to the Along Route Search service.

OnlineSearchApi

open class OnlineSearchApi : SearchApi

Default TomTom implementation of the entry point to perform a search / reverse geocoding action based on TomTom's Search API.

OnlineSearchServiceConfiguration

open class OnlineSearchServiceConfiguration

Configuration for the Search API (e.g., endpoint, API Key).

RxSearchApi

interface RxSearchApi

Defines the TomTom Search API main object. It contains methods to use TomTom's search engine and provides support for reactive calls.

SearchApi

interface SearchApi : RxSearchApi

Defines the TomTom Search API main object. It contains methods to use TomTom's search engine, and it provides support for standard callback calls.