interface BatchableSearchResponse : ServiceResponse, Visitable<BatchableSearchResponseVisitor!>
An object which represents a Response to a Search API Request that can be received within the Batch Response. |
|
class BuildConfig class BuildConfig |
|
open class NativeAdditionalDataSearch : NativeService<AdditionalDataSearchResponse!, AdditionalDataSearchQuery!>
A wrapper for a native object providing access to the Additional Data service. |
|
open class NativeAutocompleteSearch : NativeService<AutocompleteSearchResponse!, AutocompleteSearchQuery!>
A wrapper for a native object providing access to the Autocomplete Search service. |
|
open class NativeBatchSearch : NativeService<BatchSearchResponse!, BatchSearchQuery!>
A wrapper for a native object providing access to the Batch Search service. |
|
open class NativeEvChargingStationsAvailability : NativeService<EvChargingStationsAvailabilityResponse!, EvChargingStationsAvailabilityQuery!>
A wrapper for a native object providing access to the EV Charging Stations Availability service. |
|
open class NativeFuzzySearch : NativeService<FuzzySearchResponse!, FuzzySearchQuery!>
A wrapper for a native object providing access to the Fuzzy Search service. |
|
open class NativeGeometrySearch : NativeService<GeometrySearchResponse!, GeometrySearchQuery!>
A wrapper for a native object providing access to the Geometry Search service. |
|
open class NativePlaceById : NativeService<PlaceByIdResponse!, PlaceByIdQuery!>
A wrapper for a native object providing access to the Place by Id Search service. |
|
open class NativePoiCategories : NativeService<PoiCategoriesResponse!, PoiCategoriesQuery!>
A wrapper for a native object providing access to the POI Categories service. |
|
open class NativePoiDetails : NativeService<PoiDetailsResponse!, PoiDetailsQuery!>
A wrapper for a native object providing access to the POI Details service. |
|
open class NativeReverseGeocoder : NativeService<ReverseGeocoderSearchResponse!, ReverseGeocoderSearchQuery!>
A wrapper for a native object providing access to the Reverse Geocoder service. |
|
open class NativeSearchAlongRoute : NativeService<AlongRouteSearchResponse!, AlongRouteSearchQuery!>
A wrapper for a native object providing access to the Along Route Search service. |
|
open class OnlineSearchApi : SearchApi
Default TomTom implementation of the entry point to perform a Reverse Geocode search action based on TomTom's Search API. |
|
open class OnlineSearchServiceConfiguration
Configuration for the Search API (e.g., endpoint, API Key). |
|
interface RxSearchApi
Defines the TomTom Search API main object. It contains methods to use TomTom's search engine and provides support for reactive calls. |
|
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. |
class SearchException : RuntimeException
Exception thrown by the Search API in case of an error. |