Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

accept(AdditionalDataSearchResultVisitor) - Method in class com.tomtom.online.sdk.search.data.additionaldata.result.GeometryResult
 
accept(BatchableSearchResponseVisitor) - Method in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResponse
 
accept(BatchableSearchResponseVisitor) - Method in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResponse
 
accept(BatchableSearchResponseVisitor) - Method in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderSearchResponse
 
additionalDataSearch(AdditionalDataSearchQuery) - Method in interface com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchApi
Performs reactive additional data search action based on provided query object and returns the result to Observers subscribed to returned Observable.
additionalDataSearch(AdditionalDataSearchQuery, AdditionalDataSearchResultListener) - Method in interface com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchApi
Performs additional data search action based on provided query object and returns the result with usage of callback implementation.
additionalDataSearch(AdditionalDataSearchQuery) - Method in class com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchApiImpl
 
additionalDataSearch(AdditionalDataSearchQuery, AdditionalDataSearchResultListener) - Method in class com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchApiImpl
 
additionalDataSearch(AdditionalDataSearchQuery, AdditionalDataSearchResultListener) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
additionalDataSearch(AdditionalDataSearchQuery) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
additionalDataSearch(AdditionalDataSearchQuery, AdditionalDataSearchResultListener) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
additionalDataSearch(AdditionalDataSearchQuery) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
additionalDataSearch(AdditionalDataSearchQuery) - Method in interface com.tomtom.online.sdk.search.RxSearchApi
Performs reactive additional data search action based on provided query object and returns the result to Observers subscribed to returned Observable.
additionalDataSearch(AdditionalDataSearchQuery, AdditionalDataSearchResultListener) - Method in interface com.tomtom.online.sdk.search.SearchApi
Performs additional data search action based on provided query object and returns the result with usage of callback implementation.
AdditionalDataSearchApi - Interface in com.tomtom.online.sdk.search.api.adp
Defines the additional data search api.
AdditionalDataSearchApiImpl - Class in com.tomtom.online.sdk.search.api.adp
Default implementation of the along route search service's api.
AdditionalDataSearchApiImpl(OnlineSearchServiceConfiguration) - Constructor for class com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchApiImpl
 
AdditionalDataSearchQuery - Class in com.tomtom.online.sdk.search.data.additionaldata
The builder class used to create queries for the Additional Data service.
AdditionalDataSearchQuery(GeometryDataSource, Integer) - Constructor for class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchQuery
Creates an instance of AdditionalDataSearchQuery with the provided parameters.
AdditionalDataSearchResponse - Class in com.tomtom.online.sdk.search.data.additionaldata
The Response to an Additional Data Request.
AdditionalDataSearchResponse() - Constructor for class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchResponse
 
AdditionalDataSearchResult - Class in com.tomtom.online.sdk.search.data.additionaldata.result
The base class for all results of an Additional Data search.
AdditionalDataSearchResult() - Constructor for class com.tomtom.online.sdk.search.data.additionaldata.result.AdditionalDataSearchResult
 
AdditionalDataSearchResultListener - Interface in com.tomtom.online.sdk.search.api.adp
Listener for additional data search results.
AdditionalDataSearchResultVisitor - Interface in com.tomtom.online.sdk.search.data.additionaldata
A visitor of the Additional Data search result objects, implementing the visitor design pattern.
AdditionalDataSources - Class in com.tomtom.online.sdk.search.data.common.additionaldata
A container for data sources that can be used with the Additional Data service.
AdditionalDataSources() - Constructor for class com.tomtom.online.sdk.search.data.common.additionaldata.AdditionalDataSources
 
additionalDataSources - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
Information about the sources of additional data that can be used with the Additional Data service.
additionalDataSources - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
Information about sources of additional data that can be used with the Additional Data service.
additionalDataSources - Variable in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderFullAddress
Ths is an optional section.
address - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
Detailed address of the result.
Address - Class in com.tomtom.online.sdk.search.data.common
The address retrieved via a Search Request.
Address() - Constructor for class com.tomtom.online.sdk.search.data.common.Address
 
address - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
The detailed address of the result.
address - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
This object contains the address information of a result.
address - Variable in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderFullAddress
Detailed address of the result.
addresses - Variable in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderSearchResponse
The addresses table which contains all results returned from the Search service.
AddressRanges - Class in com.tomtom.online.sdk.search.data.common
The address ranges on a street segment retrieved via a Search Request.
AddressRanges() - Constructor for class com.tomtom.online.sdk.search.data.common.AddressRanges
 
addressRanges - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
Address ranges on a street segment.
addressRanges - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
Address ranges on a street segment.
addResult(AdditionalDataSearchResult) - Method in class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchResponse
 
alongRouteSearch(AlongRouteSearchQuery) - Method in interface com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchApi
Performs reactive search along route action based on provided query object and returns the result to Observers subscribed to returned Observable.
alongRouteSearch(AlongRouteSearchQuery, AlongRouteSearchResultListener) - Method in interface com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchApi
Performs along route search action based on provided query object and returns the result with usage of callback implementation.
alongRouteSearch(AlongRouteSearchQuery) - Method in class com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchApiImpl
 
alongRouteSearch(AlongRouteSearchQuery, AlongRouteSearchResultListener) - Method in class com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchApiImpl
 
alongRouteSearch(AlongRouteSearchQuery, AlongRouteSearchResultListener) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
alongRouteSearch(AlongRouteSearchQuery) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
alongRouteSearch(AlongRouteSearchQuery, AlongRouteSearchResultListener) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
alongRouteSearch(AlongRouteSearchQuery) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
alongRouteSearch(AlongRouteSearchQuery) - Method in interface com.tomtom.online.sdk.search.RxSearchApi
Performs reactive search along route action based on provided query object and returns the result to Observers subscribed to returned Observable.
alongRouteSearch(AlongRouteSearchQuery, AlongRouteSearchResultListener) - Method in interface com.tomtom.online.sdk.search.SearchApi
Performs along route search action based on provided query object and returns the result with usage of callback implementation.
AlongRouteSearchApi - Interface in com.tomtom.online.sdk.search.api.alongroute
Defines the along route search api.
AlongRouteSearchApiImpl - Class in com.tomtom.online.sdk.search.api.alongroute
Default implementation of the along route search service's api.
AlongRouteSearchApiImpl(OnlineSearchServiceConfiguration) - Constructor for class com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchApiImpl
 
AlongRouteSearchQuery - Class in com.tomtom.online.sdk.search.data.alongroute
The builder class used to create AlongRouteSearchQuery.
AlongRouteSearchQuery(String, List<LatLng>, Integer, Integer, String, String, String) - Constructor for class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchQuery
The constructor for an Along Route Search query which allows it to perform a fuzzy search for POIs along a specified route using a list of geo points.
AlongRouteSearchResponse - Class in com.tomtom.online.sdk.search.data.alongroute
The Response to an Along Route Search Request.
AlongRouteSearchResponse() - Constructor for class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResponse
 
AlongRouteSearchResult - Class in com.tomtom.online.sdk.search.data.alongroute
The result of an Along Route Search query.
AlongRouteSearchResult() - Constructor for class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
 
AlongRouteSearchResultListener - Interface in com.tomtom.online.sdk.search.api.alongroute
Listener for along route search results.
apiKey - Variable in class com.tomtom.online.sdk.search.OnlineSearchServiceConfiguration
The TomTom API Key.
apiVersion - Variable in class com.tomtom.online.sdk.search.OnlineSearchServiceConfiguration
The version of a TomTom API to perform Requests against.
applicationClientId - Variable in class com.tomtom.online.sdk.search.OnlineSearchServiceConfiguration
The client ID used for STE analytics.
applicationClientVer - Variable in class com.tomtom.online.sdk.search.OnlineSearchServiceConfiguration
The client version used for STE analytics.

B

BatchableSearchResponse - Interface in com.tomtom.online.sdk.search
An object which represents a Response to a Search API Request that can be received within the Batch Response.
BatchableSearchResponseVisitor - Interface in com.tomtom.online.sdk.search.data.batch
A visitor of search Response objects, implementing the visitor design pattern.
BatchableSearchResponseVisitorAdapter - Class in com.tomtom.online.sdk.search.data.batch
This is an empty implementation for BatchableSearchResponseVisitor.
BatchableSearchResponseVisitorAdapter() - Constructor for class com.tomtom.online.sdk.search.data.batch.BatchableSearchResponseVisitorAdapter
 
batchSearch(BatchSearchQuery, BatchSearchResultListener) - Method in interface com.tomtom.online.sdk.search.api.batch.BatchSearchApi
Performs batch search action based on provided BatchSearchQuery object and returns the result with usage of callback implementation.
batchSearch(BatchSearchQuery) - Method in interface com.tomtom.online.sdk.search.api.batch.BatchSearchApi
Performs reactive batch search action based on provided query object and returns the result to Observers subscribed to returned Observable.
batchSearch(BatchSearchQuery, BatchSearchResultListener) - Method in class com.tomtom.online.sdk.search.api.batch.BatchSearchApiImpl
 
batchSearch(BatchSearchQuery) - Method in class com.tomtom.online.sdk.search.api.batch.BatchSearchApiImpl
 
batchSearch(BatchSearchQuery, BatchSearchResultListener) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
batchSearch(BatchSearchQuery) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
batchSearch(BatchSearchQuery, BatchSearchResultListener) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
batchSearch(BatchSearchQuery) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
batchSearch(BatchSearchQuery) - Method in interface com.tomtom.online.sdk.search.RxSearchApi
Performs reactive batch search action based on provided query object and returns the result to Observers subscribed to returned Observable.
batchSearch(BatchSearchQuery, BatchSearchResultListener) - Method in interface com.tomtom.online.sdk.search.SearchApi
Performs batch search action based on provided query object and returns the result with usage of callback implementation.
BatchSearchApi - Interface in com.tomtom.online.sdk.search.api.batch
Defines the batch search api.
BatchSearchApiImpl - Class in com.tomtom.online.sdk.search.api.batch
Default implementation of the batch search service's api.
BatchSearchApiImpl(OnlineSearchServiceConfiguration) - Constructor for class com.tomtom.online.sdk.search.api.batch.BatchSearchApiImpl
Default constructor.
BatchSearchQuery - Class in com.tomtom.online.sdk.search.data.batch
A builder class used to create queries for the Batch Search service.
BatchSearchQuery(List<FuzzySearchQuery>, List<GeometrySearchQuery>, List<ReverseGeocoderSearchQuery>) - Constructor for class com.tomtom.online.sdk.search.data.batch.BatchSearchQuery
Creates an instance of BatchSearchQuery with the provided parameters.
BatchSearchResponse - Class in com.tomtom.online.sdk.search.data.batch
Response to an Batch Search request.
BatchSearchResponse() - Constructor for class com.tomtom.online.sdk.search.data.batch.BatchSearchResponse
 
BatchSearchResultListener - Interface in com.tomtom.online.sdk.search.api.batch
Listener for batch search results.
boundingBox - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
An rectangle into which the shape of an administrative area is inscribed.
boundingBox - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
A rectangle into which the shape of an administrative area is inscribed.
brands - Variable in class com.tomtom.online.sdk.search.data.common.Poi
The brands this POI belongs to.

C

cancel(long) - Method in class com.tomtom.online.sdk.search.NativeAdditionalDataSearch
 
cancel(long) - Method in class com.tomtom.online.sdk.search.NativeBatchSearch
 
cancel(long) - Method in class com.tomtom.online.sdk.search.NativeFuzzySearch
 
cancel(long) - Method in class com.tomtom.online.sdk.search.NativeGeometrySearch
 
cancel(long) - Method in class com.tomtom.online.sdk.search.NativePoiCategories
 
cancel(long) - Method in class com.tomtom.online.sdk.search.NativeReverseGeocoder
 
cancel(long) - Method in class com.tomtom.online.sdk.search.NativeSearchAlongRoute
 
cancelSearchIfRunning() - Method in interface com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchApi
Cancels the current along route search request.
cancelSearchIfRunning() - Method in class com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchApiImpl
 
cancelSearchIfRunning() - Method in interface com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchApi
Cancels the current along route search request.
cancelSearchIfRunning() - Method in class com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchApiImpl
 
cancelSearchIfRunning() - Method in interface com.tomtom.online.sdk.search.api.batch.BatchSearchApi
Cancels the current batch request
cancelSearchIfRunning() - Method in class com.tomtom.online.sdk.search.api.batch.BatchSearchApiImpl
 
cancelSearchIfRunning() - Method in interface com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApi
Cancels the current search request
cancelSearchIfRunning() - Method in class com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApiImpl
 
cancelSearchIfRunning() - Method in interface com.tomtom.online.sdk.search.api.geometry.GeometrySearchApi
Cancels the current geometry search request.
cancelSearchIfRunning() - Method in class com.tomtom.online.sdk.search.api.geometry.GeometrySearchApiImpl
 
cancelSearchIfRunning() - Method in interface com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchApi
Cancels the current reverse geocoding search request.
cancelSearchIfRunning() - Method in class com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchApiImpl
 
cancelSearchIfRunning() - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
cancelSearchIfRunning() - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
cancelSearchIfRunning() - Method in interface com.tomtom.online.sdk.search.SearchApi
Cancels all current search requests.
categories - Variable in class com.tomtom.online.sdk.search.data.common.Poi
The categories this POI belongs to.
CircleGeometry - Class in com.tomtom.online.sdk.search.data.geometry.query
Represents the information about the circle.
CircleGeometry(LatLng, int) - Constructor for class com.tomtom.online.sdk.search.data.geometry.query.CircleGeometry
Instantiates a new CircleGeometry object based on location and radius.
Classification - Class in com.tomtom.online.sdk.search.data.common
A POI's (Points of Interest) classification retrieved via a Search Request.
Classification() - Constructor for class com.tomtom.online.sdk.search.data.common.Classification
 
ClassificationName - Class in com.tomtom.online.sdk.search.data.common
The classification's name retrieved via a Search Request.
ClassificationName() - Constructor for class com.tomtom.online.sdk.search.data.common.ClassificationName
 
classifications - Variable in class com.tomtom.online.sdk.search.data.common.Poi
The classifications this POI belongs to.
code - Variable in class com.tomtom.online.sdk.search.data.common.Classification
The code of the classification.
code - Variable in class com.tomtom.online.sdk.search.data.common.ResponseError
An error code.
com.tomtom.online.sdk.common.location - package com.tomtom.online.sdk.common.location
It is a group of main entry classes that represents locale classes.
com.tomtom.online.sdk.search - package com.tomtom.online.sdk.search
It is a group of entry classes to perform Batch, Fuzzy, Geometry, Along route, Additional Data, POI Categories or Reverse Geocoding search with usage of the native TomTom's Routing API.
com.tomtom.online.sdk.search.api - package com.tomtom.online.sdk.search.api
It is a group of classes which provides the functionality of individual search services: Along route, Fuzzy, Geometry and Reverse geocoding.
com.tomtom.online.sdk.search.api.adp - package com.tomtom.online.sdk.search.api.adp
It is a group of classes which provides the functionality of online additional data search service through defined API.
com.tomtom.online.sdk.search.api.alongroute - package com.tomtom.online.sdk.search.api.alongroute
It is a group of classes which provides the functionality of online along route search service through defined API.
com.tomtom.online.sdk.search.api.batch - package com.tomtom.online.sdk.search.api.batch
It is a group of classes which provides the functionality of batch search service through Search API.
com.tomtom.online.sdk.search.api.fuzzy - package com.tomtom.online.sdk.search.api.fuzzy
It is a group of classes which provides the functionality of online fuzzy search service through defined API.
com.tomtom.online.sdk.search.api.geometry - package com.tomtom.online.sdk.search.api.geometry
It is a group of classes which provides the functionality of online geometry search service through defined API.
com.tomtom.online.sdk.search.api.revgeo - package com.tomtom.online.sdk.search.api.revgeo
It is a group of classes which provides the functionality of online reverse geocoding search service through defined API.
com.tomtom.online.sdk.search.data.additionaldata - package com.tomtom.online.sdk.search.data.additionaldata
This is a group of entry classes to specify Additional Data Search.
com.tomtom.online.sdk.search.data.additionaldata.result - package com.tomtom.online.sdk.search.data.additionaldata.result
This is a group of classes to define the result parameters of an Additional Data Search.
com.tomtom.online.sdk.search.data.alongroute - package com.tomtom.online.sdk.search.data.alongroute
This is a group of entry classes to specify Along Route Search.
com.tomtom.online.sdk.search.data.batch - package com.tomtom.online.sdk.search.data.batch
This is a group of entry classes to specify Batch Search.
com.tomtom.online.sdk.search.data.common - package com.tomtom.online.sdk.search.data.common
This is a group of classes to define common parameters used in the Search API.
com.tomtom.online.sdk.search.data.common.additionaldata - package com.tomtom.online.sdk.search.data.common.additionaldata
This is a group of classes to define parameters uniquely used in Additional Data Search.
com.tomtom.online.sdk.search.data.fuzzy - package com.tomtom.online.sdk.search.data.fuzzy
This is a group of entry classes to specify Fuzzy Search.
com.tomtom.online.sdk.search.data.geometry - package com.tomtom.online.sdk.search.data.geometry
This is a group of entry classes to specify Geometry Search.
com.tomtom.online.sdk.search.data.geometry.query - package com.tomtom.online.sdk.search.data.geometry.query
This is a group of classes to define query parameters used in Geometry Search.
com.tomtom.online.sdk.search.data.poicategories - package com.tomtom.online.sdk.search.data.poicategories
It is a group of entry classes to specify POI Categories service.
com.tomtom.online.sdk.search.data.reversegeocoder - package com.tomtom.online.sdk.search.data.reversegeocoder
This is a group of entry Classes to specify Reverse Geocoding Search.
com.tomtom.online.sdk.search.extensions - package com.tomtom.online.sdk.search.extensions
It is a group of extension classes to perform Search and Reverse geocoding actions with pre-defined Managers and Services which are using the TomTom's Search SDK.
Comparator(LatLng) - Constructor for class com.tomtom.online.sdk.common.location.LatLng.Comparator
Constructor of utility class used for comparing two geo points using great-circle distance formula.
compare(LatLng, LatLng) - Method in class com.tomtom.online.sdk.common.location.LatLng.Comparator
 
construct(String, String, String) - Method in class com.tomtom.online.sdk.search.NativeAdditionalDataSearch
 
construct(String, String, String) - Method in class com.tomtom.online.sdk.search.NativeBatchSearch
 
construct(String, String, String) - Method in class com.tomtom.online.sdk.search.NativeFuzzySearch
 
construct(String, String, String) - Method in class com.tomtom.online.sdk.search.NativeGeometrySearch
 
construct(String, String, String) - Method in class com.tomtom.online.sdk.search.NativePoiCategories
 
construct(String, String, String) - Method in class com.tomtom.online.sdk.search.NativeReverseGeocoder
 
construct(String, String, String) - Method in class com.tomtom.online.sdk.search.NativeSearchAlongRoute
 
country - Variable in class com.tomtom.online.sdk.search.data.common.Address
The name of the country.
countryCode - Variable in class com.tomtom.online.sdk.search.data.common.Address
The country code.
countryCodeISO3 - Variable in class com.tomtom.online.sdk.search.data.common.Address
The ISO3-standard country code.
countrySecondarySubdivision - Variable in class com.tomtom.online.sdk.search.data.common.Address
The county.
countrySubdivision - Variable in class com.tomtom.online.sdk.search.data.common.Address
The state or province.
countrySubdivisionName - Variable in class com.tomtom.online.sdk.search.data.common.Address
The full name of a first level of country administrative hierarchy.
countryTertiarySubdivision - Variable in class com.tomtom.online.sdk.search.data.common.Address
The named area.
create(Context) - Static method in class com.tomtom.online.sdk.search.OnlineSearchApi
Creates new SearchAPI object which will use provided search api key.
create(Context, String) - Static method in class com.tomtom.online.sdk.search.OnlineSearchApi
Creates new SearchAPI object which will use Search API Key obtained from parameter.
createAndBind(Context, SearchServiceConnectionCallback) - Static method in class com.tomtom.online.sdk.search.extensions.SearchServiceManager
Initialize the new SearchAPI object which will use provided search api service key.
createFuzzySearch(OnlineSearchServiceConfiguration) - Method in class com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApiImpl
 

D

DEFAULT_ONLINE_SEARCH_ENDPOINT - Static variable in interface com.tomtom.online.sdk.search.SearchApi
Default TomTom's Search API endpoint.
DEFAULT_ONLINE_SEARCH_SERVICE_API_VERSION - Static variable in interface com.tomtom.online.sdk.search.SearchApi
Default TomTom's Search API service version.
description - Variable in class com.tomtom.online.sdk.search.data.common.ResponseError
Description of the error.
destruct(long) - Method in class com.tomtom.online.sdk.search.NativeAdditionalDataSearch
 
destruct(long) - Method in class com.tomtom.online.sdk.search.NativeBatchSearch
 
destruct(long) - Method in class com.tomtom.online.sdk.search.NativeFuzzySearch
 
destruct(long) - Method in class com.tomtom.online.sdk.search.NativeGeometrySearch
 
destruct(long) - Method in class com.tomtom.online.sdk.search.NativePoiCategories
 
destruct(long) - Method in class com.tomtom.online.sdk.search.NativeReverseGeocoder
 
destruct(long) - Method in class com.tomtom.online.sdk.search.NativeSearchAlongRoute
 
detourTime - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
The time it takes to reach the POI from the closest point on the route.
dispose() - Method in class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchQuery
 
dispose() - Method in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchQuery
 
dispose() - Method in class com.tomtom.online.sdk.search.data.batch.BatchSearchQuery
 
dispose() - Method in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchQuery
 
dispose() - Method in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchQuery
 
dispose() - Method in class com.tomtom.online.sdk.search.data.poicategories.PoiCategoriesQuery
 
dispose() - Method in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderSearchQuery
 
distance - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
The distance from the route provided in the Request.
distance - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
The distance from the route provided in the Request.
distance - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
The distance in meters from the provided starting point for a search.

E

endpoint - Variable in class com.tomtom.online.sdk.search.OnlineSearchServiceConfiguration
TomTom's Search API endpoint.
entityType - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
(Only for results of type "Geography") The type of the entity (one of "County", "CountrySubdivision", "CountrySecondarySubdivision", "CountryTeritarySubdivision", "Municipality", "MunicipalitySubdivision", "Neighbourhood", "PostalCodeArea").
entityType - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
(Only for results of type "Geography") The type of the entity.
entityType - Variable in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderFullAddress
This is an optional section.
EntryPoint - Class in com.tomtom.online.sdk.search.data.common
The POI's entry point retrieved via a Search Request.
EntryPoint() - Constructor for class com.tomtom.online.sdk.search.data.common.EntryPoint
 
entryPoints - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
A list of entrances to the POI.
entryPoints - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
A list of entrances to the POI.
entryPoints - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
(Only for POI) Points of entry to the POI.
errorMessage - Variable in class com.tomtom.online.sdk.search.data.additionaldata.result.AdditionalDataSearchResult
 

F

freeformAddress - Variable in class com.tomtom.online.sdk.search.data.common.Address
The freeform address: the full address in a usable form.
from - Variable in class com.tomtom.online.sdk.search.data.common.AddressRanges
The beginning point of a street segment.
fuzzyLevel - Variable in class com.tomtom.online.sdk.search.data.common.Summary
The fuzzy level in Fuzzy Search.
fuzzySearch(FuzzySearchQuery, FuzzySearchResultListener) - Method in interface com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApi
Performs search action based on provided SearchQuery object and returns the result with usage of SearchCallback implementation.
fuzzySearch(FuzzySearchQuery) - Method in interface com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApi
Performs reactive search action based on provided SearchQuery object and returns the result to Observers subscribed to returned Observable.
fuzzySearch - Variable in class com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApiImpl
 
fuzzySearch(FuzzySearchQuery, FuzzySearchResultListener) - Method in class com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApiImpl
 
fuzzySearch(FuzzySearchQuery) - Method in class com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApiImpl
 
FuzzySearchApi - Interface in com.tomtom.online.sdk.search.api.fuzzy
Defines the fuzzy search api.
FuzzySearchApiImpl - Class in com.tomtom.online.sdk.search.api.fuzzy
Default implementation of the fuzzy search service's api.
FuzzySearchApiImpl() - Constructor for class com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApiImpl
Default constructor for fuzzy search api.
FuzzySearchApiImpl(OnlineSearchServiceConfiguration) - Constructor for class com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApiImpl
 
FuzzySearchQuery - Class in com.tomtom.online.sdk.search.data.fuzzy
Builder class used to create FuzzySearchQuery.
FuzzySearchQuery(String, Integer, Integer, LatLng, LatLngAcc, String, String, String, BoundingBox, Boolean, Boolean, String, String, String, Integer, Integer, String) - Constructor for class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchQuery
Creates instance of a query with defined parameters.
FuzzySearchResponse - Class in com.tomtom.online.sdk.search.data.fuzzy
The Response to a Search Request.
FuzzySearchResponse() - Constructor for class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResponse
 
FuzzySearchResult - Class in com.tomtom.online.sdk.search.data.fuzzy
The result of a Search query.
FuzzySearchResult() - Constructor for class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
 
FuzzySearchResultListener - Interface in com.tomtom.online.sdk.search.api.fuzzy
Listener for fuzzy search results.

G

geoBias - Variable in class com.tomtom.online.sdk.search.data.common.Summary
The position used to bias the results.
Geometry - Class in com.tomtom.online.sdk.search.data.geometry
A Class that represents the geometry in Search POIs (Points of Interest).
Geometry(PolygonGeometry) - Constructor for class com.tomtom.online.sdk.search.data.geometry.Geometry
The Constructor of a Class that determines the geometry in Search POIs.
Geometry(CircleGeometry) - Constructor for class com.tomtom.online.sdk.search.data.geometry.Geometry
The Constructor of a Class that determines the geometry in Search POIs.
GeometryDataSource - Class in com.tomtom.online.sdk.search.data.common.additionaldata
Contains information about a data source related to the geometric shape of the result.
GeometryDataSource() - Constructor for class com.tomtom.online.sdk.search.data.common.additionaldata.GeometryDataSource
 
GeometryResult - Class in com.tomtom.online.sdk.search.data.additionaldata.result
The result of an Additional Data search with GeometryDataSource.
GeometryResult() - Constructor for class com.tomtom.online.sdk.search.data.additionaldata.result.GeometryResult
 
geometrySearch(GeometrySearchQuery) - Method in interface com.tomtom.online.sdk.search.api.geometry.GeometrySearchApi
Performs reactive geometry search action based on provided GeometrySearchQuery object and returns the result to Observers subscribed to returned Single.
geometrySearch(GeometrySearchQuery, GeometrySearchResultListener) - Method in interface com.tomtom.online.sdk.search.api.geometry.GeometrySearchApi
Performs geometry search action based on provided GeometrySearchQuery object and returns the result with usage of GeometrySearchResultListener implementation.
geometrySearch(GeometrySearchQuery) - Method in class com.tomtom.online.sdk.search.api.geometry.GeometrySearchApiImpl
 
geometrySearch(GeometrySearchQuery, GeometrySearchResultListener) - Method in class com.tomtom.online.sdk.search.api.geometry.GeometrySearchApiImpl
 
geometrySearch(GeometrySearchQuery, GeometrySearchResultListener) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
geometrySearch(GeometrySearchQuery) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
geometrySearch(GeometrySearchQuery, GeometrySearchResultListener) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
geometrySearch(GeometrySearchQuery) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
geometrySearch(GeometrySearchQuery) - Method in interface com.tomtom.online.sdk.search.RxSearchApi
Performs reactive geometry search action based on provided query object and returns the result to Observers subscribed to returned Single.
geometrySearch(GeometrySearchQuery, GeometrySearchResultListener) - Method in interface com.tomtom.online.sdk.search.SearchApi
Performs geometry search action based on provided GeometrySearchQuery object and returns the result with usage of GeometrySearchResultListener implementation.
GeometrySearchApi - Interface in com.tomtom.online.sdk.search.api.geometry
Defines the geometry search api.
GeometrySearchApiImpl - Class in com.tomtom.online.sdk.search.api.geometry
Default implementation of the geometry search service's api.
GeometrySearchApiImpl(OnlineSearchServiceConfiguration) - Constructor for class com.tomtom.online.sdk.search.api.geometry.GeometrySearchApiImpl
 
GeometrySearchQuery - Class in com.tomtom.online.sdk.search.data.geometry
A builder Class used to create GeometrySearchQuery.
GeometrySearchQuery(String, List<Geometry>, String, Integer, Boolean, String, String, String) - Constructor for class com.tomtom.online.sdk.search.data.geometry.GeometrySearchQuery
Creates instance of a geometry search query and initializes proper fields with defined parameters.
GeometrySearchResponse - Class in com.tomtom.online.sdk.search.data.geometry
The Response to a Geometry Search Request.
GeometrySearchResponse() - Constructor for class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResponse
 
GeometrySearchResult - Class in com.tomtom.online.sdk.search.data.geometry
The result of a Geometry Search query.
GeometrySearchResult() - Constructor for class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
 
GeometrySearchResultListener - Interface in com.tomtom.online.sdk.search.api.geometry
Listener for geometry search results.
getAdditionalDataSearchApi() - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
getAddresses() - Method in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderSearchResponse
Gets addresses list in the format of List.
getAlongRouteSearchApi() - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
getBatchSearchApi() - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
getChildren() - Method in class com.tomtom.online.sdk.search.data.poicategories.PoiCategory
 
getCircle() - Method in class com.tomtom.online.sdk.search.data.geometry.Geometry
The getter of a circle geometry.
getDataSource() - Method in class com.tomtom.online.sdk.search.data.additionaldata.result.GeometryResult
Gets information about the source of the data.
getErrorMessage() - Method in class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchResponse
 
getErrorMessage() - Method in class com.tomtom.online.sdk.search.data.additionaldata.result.AdditionalDataSearchResult
If this Request for additional data resulted in an error, this returns the error message.
getFuzzySearchApi() - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
getFuzzySearchResponses() - Method in class com.tomtom.online.sdk.search.data.batch.BatchSearchResponse
Gets a list of Fuzzy Search results of a Batch Search query.
getGeometryData() - Method in class com.tomtom.online.sdk.search.data.additionaldata.result.GeometryResult
If the Request for geometry data using the GeometryDataSource returned by GeometryResult.getDataSource() was successful, this returns the error message.
getGeometryDataSource() - Method in class com.tomtom.online.sdk.search.data.common.additionaldata.AdditionalDataSources
A getter for geometry data sources.
getGeometrySearchApi() - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
getGeometrySearchResponses() - Method in class com.tomtom.online.sdk.search.data.batch.BatchSearchResponse
Gets a list of Geometry Search results of a Batch Search query.
getId() - Method in class com.tomtom.online.sdk.search.data.poicategories.PoiCategory
 
getLatitude() - Method in class com.tomtom.online.sdk.common.location.LatLng
Get latitude.
getLatitude() - Method in class com.tomtom.online.sdk.search.data.geometry.query.CircleGeometry
Returns the circle's center latitude.
getLatitudeAsString() - Method in class com.tomtom.online.sdk.common.location.LatLng
Converts longitude to string.
getLongitude() - Method in class com.tomtom.online.sdk.common.location.LatLng
Get longitude.
getLongitude() - Method in class com.tomtom.online.sdk.search.data.geometry.query.CircleGeometry
Returns the circle's center longitude.
getLongitudeAsString() - Method in class com.tomtom.online.sdk.common.location.LatLng
Converts latitude to string.
getName() - Method in class com.tomtom.online.sdk.search.data.poicategories.PoiCategory
 
getNativeHandle() - Method in class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchQuery
 
getNativeHandle() - Method in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchQuery
 
getNativeHandle() - Method in class com.tomtom.online.sdk.search.data.batch.BatchSearchQuery
 
getNativeHandle() - Method in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchQuery
 
getNativeHandle() - Method in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchQuery
 
getNativeHandle() - Method in class com.tomtom.online.sdk.search.data.poicategories.PoiCategoriesQuery
 
getNativeHandle() - Method in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderSearchQuery
 
getPoiCategories() - Method in class com.tomtom.online.sdk.search.data.poicategories.PoiCategoriesResponse
 
getPolygon() - Method in class com.tomtom.online.sdk.search.data.geometry.Geometry
The getter of a polygon geometry.
getRadius() - Method in class com.tomtom.online.sdk.search.data.geometry.query.CircleGeometry
Returns the circle's radius.
getResults() - Method in class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchResponse
Gets a list of results of an AdditionalDataSearchQuery.
getResults() - Method in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResponse
 
getResults() - Method in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResponse
Gets Fuzzy Search results.
getResults() - Method in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResponse
The getter of the results list.
getResultScheduler() - Method in class com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchApiImpl
 
getResultScheduler() - Method in class com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchApiImpl
 
getResultScheduler() - Method in class com.tomtom.online.sdk.search.api.batch.BatchSearchApiImpl
 
getResultScheduler() - Method in class com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApiImpl
 
getResultScheduler() - Method in class com.tomtom.online.sdk.search.api.geometry.GeometrySearchApiImpl
 
getResultScheduler() - Method in class com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchApiImpl
 
getReverseGeocoderSearchResponses() - Method in class com.tomtom.online.sdk.search.data.batch.BatchSearchResponse
Gets a list of Reverse Geocoding Search results of a Batch Search query.
getRevgeoSearchApi() - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
getSearchResponses() - Method in class com.tomtom.online.sdk.search.data.batch.BatchSearchResponse
Gets the list of results of a Batch Search query.
getSynonyms() - Method in class com.tomtom.online.sdk.search.data.poicategories.PoiCategory
 
getVertices() - Method in class com.tomtom.online.sdk.search.data.geometry.query.PolygonGeometry
Gets a polygon's points.
getWorkingScheduler() - Method in class com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchApiImpl
 
getWorkingScheduler() - Method in class com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchApiImpl
 
getWorkingScheduler() - Method in class com.tomtom.online.sdk.search.api.batch.BatchSearchApiImpl
 
getWorkingScheduler() - Method in class com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchApiImpl
 
getWorkingScheduler() - Method in class com.tomtom.online.sdk.search.api.geometry.GeometrySearchApiImpl
 
getWorkingScheduler() - Method in class com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchApiImpl
 

H

hasError() - Method in class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchResponse
 
hasResults() - Method in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResponse
This specifies if the results where retrieved from a Fuzzy Search Request.
hasResults() - Method in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderSearchResponse
Specifies if the results where retrieved from a Reverse Geocoding Request.
HTTP_OK - Static variable in class com.tomtom.online.sdk.search.data.common.ResponseError
A value used to determine that the search was successful and returned zero or more results.

I

IAdditionalDataSearchQuery - Interface in com.tomtom.online.sdk.search.data.additionaldata
A collection of arguments used in Additional Data queries.
IAlongRouteSearchQuery - Interface in com.tomtom.online.sdk.search.data.alongroute
AlongRouteSearchQuery is an interface designed to transfer Search API parameters in a readable manner by implementing the class: AlongRouteSearchQueryBuilder.
IBatchSearchQuery - Interface in com.tomtom.online.sdk.search.data.batch
A collection of arguments used in Batch Search queries.
id - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
The id of the result.
id - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
The id of the result.
id - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
The ID of the return result.
IFuzzySearchQuery - Interface in com.tomtom.online.sdk.search.data.fuzzy
This query is an interface designed to transfer Search API parameters in a readable manner by implementing the class: FuzzySearchQueryBuilder.
IGeometrySearchQuery - Interface in com.tomtom.online.sdk.search.data.geometry
An Interface that specifies the parameters of a geometry search query, such as a responses limit or language in which the search results should be returned.
info - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
Additional info.
info - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
Additional info.
info - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
Information about the original data source of the result.
initializeAnalytics(long, String, String, String) - Method in class com.tomtom.online.sdk.search.NativeAdditionalDataSearch
 
initializeAnalytics(long, String, String, String) - Method in class com.tomtom.online.sdk.search.NativeBatchSearch
 
initializeAnalytics(long, String, String, String) - Method in class com.tomtom.online.sdk.search.NativeFuzzySearch
 
initializeAnalytics(long, String, String, String) - Method in class com.tomtom.online.sdk.search.NativeGeometrySearch
 
initializeAnalytics(long, String, String, String) - Method in class com.tomtom.online.sdk.search.NativePoiCategories
 
initializeAnalytics(long, String, String, String) - Method in class com.tomtom.online.sdk.search.NativeReverseGeocoder
 
initializeAnalytics(long, String, String, String) - Method in class com.tomtom.online.sdk.search.NativeSearchAlongRoute
 
IPoiCategoriesQuery - Interface in com.tomtom.online.sdk.search.data.poicategories
PoiCategoriesQuery is an interface designed to transfer SearchAPI parameters in a readable manner by implementing class: PoiCategoriesQueryBuilder.
IReverseGeocoderSearchQuery - Interface in com.tomtom.online.sdk.search.data.reversegeocoder
ReverseGeocoderSearchQuery is an interface designed to transfer Search API parameters in a readable manner by implementing the Class: ReverseGeocoderSearchQueryBuilder.
isInternetAvailable() - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
isInternetAvailable() - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
isInternetAvailable() - Method in interface com.tomtom.online.sdk.search.SearchApi
Checks if the internet is available.

L

LatLng - Class in com.tomtom.online.sdk.common.location
Represents the information about the coordinates (latitude, longitude).
LatLng() - Constructor for class com.tomtom.online.sdk.common.location.LatLng
Default constructor required by Serializable.
LatLng(double, double) - Constructor for class com.tomtom.online.sdk.common.location.LatLng
Instantiates a new LatLng object with provided latitude and longitude.
LatLng(Location) - Constructor for class com.tomtom.online.sdk.common.location.LatLng
Instantiates a new LatLng object based on data from Location object.
LatLng.Comparator - Class in com.tomtom.online.sdk.common.location
Utility class that allows to compare between two geo points.
locale - Variable in class com.tomtom.online.sdk.search.data.common.ClassificationName
The locale the name is in.

M

matchType - Variable in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderFullAddress
Deprecated
municipality - Variable in class com.tomtom.online.sdk.search.data.common.Address
The city/town.
municipalitySubdivision - Variable in class com.tomtom.online.sdk.search.data.common.Address
The sub/super city.

N

name - Variable in class com.tomtom.online.sdk.search.data.common.ClassificationName
The name of a classification.
name - Variable in class com.tomtom.online.sdk.search.data.common.Poi
The name of the POI.
names - Variable in class com.tomtom.online.sdk.search.data.common.Classification
The names of the classification.
NativeAdditionalDataSearch - Class in com.tomtom.online.sdk.search
A wrapper for a native object providing access to the Additional Data service.
NativeAdditionalDataSearch(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.search.NativeAdditionalDataSearch
NativeBatchSearch - Class in com.tomtom.online.sdk.search
A wrapper for a native object providing access to the Batch Search service.
NativeBatchSearch(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.search.NativeBatchSearch
NativeFuzzySearch - Class in com.tomtom.online.sdk.search
A wrapper for a native object providing access to the Fuzzy Search service.
NativeFuzzySearch(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.search.NativeFuzzySearch
NativeGeometrySearch - Class in com.tomtom.online.sdk.search
A wrapper for a native object providing access to the Geometry Search service.
NativeGeometrySearch(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.search.NativeGeometrySearch
NativePoiCategories - Class in com.tomtom.online.sdk.search
A wrapper for a native object providing access to the POI Categories service.
NativePoiCategories(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.search.NativePoiCategories
NativeReverseGeocoder - Class in com.tomtom.online.sdk.search
A wrapper for a native object providing access to the Reverse Geocoder service.
NativeReverseGeocoder(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.search.NativeReverseGeocoder
NativeSearchAlongRoute - Class in com.tomtom.online.sdk.search
A wrapper for a native object providing access to the Along Route Search service.
NativeSearchAlongRoute(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.search.NativeSearchAlongRoute
numResults - Variable in class com.tomtom.online.sdk.search.data.common.Summary
The number of results returned in this batch.

O

offset - Variable in class com.tomtom.online.sdk.search.data.common.Summary
The offset of the results in the collection of all results.
onBind(Intent) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
onBindSearchService(SearchService) - Method in interface com.tomtom.online.sdk.search.extensions.SearchServiceConnectionCallback
Method executed when SearchService connection is available.
OnlineSearchApi - Class in com.tomtom.online.sdk.search
Default TomTom implementation of the entry point to perform search / reverse geocoding action based on TomTom's Search API.
OnlineSearchServiceConfiguration - Class in com.tomtom.online.sdk.search
Configuration for the Search API (e.g., endpoint, API Key).
OnlineSearchServiceConfiguration() - Constructor for class com.tomtom.online.sdk.search.OnlineSearchServiceConfiguration
 
onSearchError(SearchError) - Method in interface com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchResultListener
Method responsible to handle additional data search response when search returns error.
onSearchError(SearchError) - Method in interface com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchResultListener
Method responsible to handle along route search response when search returns error.
onSearchError(SearchError) - Method in interface com.tomtom.online.sdk.search.api.batch.BatchSearchResultListener
Method responsible to handle batch search response when search returns error.
onSearchError(SearchError) - Method in interface com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchResultListener
Method responsible to handle fuzzy search response when search returns error.
onSearchError(SearchError) - Method in interface com.tomtom.online.sdk.search.api.geometry.GeometrySearchResultListener
Method responsible to handle geometry search response when search returns error.
onSearchError(SearchError) - Method in interface com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchResultListener
Method responsible to handle reverse geocoding search response when search returns error.
onSearchResult(AdditionalDataSearchResponse) - Method in interface com.tomtom.online.sdk.search.api.adp.AdditionalDataSearchResultListener
Method responsible to handle additional data search response when search returns results.
onSearchResult(AlongRouteSearchResponse) - Method in interface com.tomtom.online.sdk.search.api.alongroute.AlongRouteSearchResultListener
Method responsible to handle along route search response when search returns results.
onSearchResult(BatchSearchResponse) - Method in interface com.tomtom.online.sdk.search.api.batch.BatchSearchResultListener
Method responsible to handle batch search response when search returns results.
onSearchResult(FuzzySearchResponse) - Method in interface com.tomtom.online.sdk.search.api.fuzzy.FuzzySearchResultListener
Method responsible to handle fuzzy search response when search returns results.
onSearchResult(GeometrySearchResponse) - Method in interface com.tomtom.online.sdk.search.api.geometry.GeometrySearchResultListener
Method responsible to handle geometry search response when search returns results.
onSearchResult(ReverseGeocoderSearchResponse) - Method in interface com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchResultListener
Method responsible to handle reverse geocoding search response when search returns results.
onStartCommand(Intent, int, int) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 

P

phone - Variable in class com.tomtom.online.sdk.search.data.common.Poi
The phone number of the POI.
poi - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
Information about the POI.
Poi - Class in com.tomtom.online.sdk.search.data.common
POI (Points of Interest) retrieved via a Search Request.
Poi() - Constructor for class com.tomtom.online.sdk.search.data.common.Poi
 
poi - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
Information about the POI.
poi - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
This section is available when the type of the result is equal to "POI" (Points of Interest).
poiCategories - Variable in class com.tomtom.online.sdk.search.data.poicategories.PoiCategoriesResponse
 
PoiCategoriesQuery - Class in com.tomtom.online.sdk.search.data.poicategories
Builder class used to create PoiCategoriesQuery.
PoiCategoriesQuery(String) - Constructor for class com.tomtom.online.sdk.search.data.poicategories.PoiCategoriesQuery
Constructor for POI categories query which allows to receive a full list of POI categories and subcategories together with their translations and synonyms.
PoiCategoriesResponse - Class in com.tomtom.online.sdk.search.data.poicategories
Response to POI Categories request.
PoiCategoriesResponse() - Constructor for class com.tomtom.online.sdk.search.data.poicategories.PoiCategoriesResponse
 
PoiCategory - Class in com.tomtom.online.sdk.search.data.poicategories
Result of an PoiCategoriesQuery
PoiCategory() - Constructor for class com.tomtom.online.sdk.search.data.poicategories.PoiCategory
 
PolygonGeometry - Class in com.tomtom.online.sdk.search.data.geometry.query
Represents the information about the polygon.
PolygonGeometry(List<LatLng>) - Constructor for class com.tomtom.online.sdk.search.data.geometry.query.PolygonGeometry
Instantiates a new PolygonGeometry object based on vertices.
position - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
The geographical position of the POI.
position - Variable in class com.tomtom.online.sdk.search.data.common.EntryPoint
The geographic position of the entry point.
position - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
The geographical position of the POI.
position - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
A point representing the geographical center of a result or an address point if a result contains full address information (including a house number).
postalCode - Variable in class com.tomtom.online.sdk.search.data.common.Address
The postal code.
prepare() - Method in class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchQuery
 
prepare() - Method in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchQuery
 
prepare() - Method in class com.tomtom.online.sdk.search.data.batch.BatchSearchQuery
 
prepare() - Method in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchQuery
 
prepare() - Method in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchQuery
 
prepare() - Method in class com.tomtom.online.sdk.search.data.poicategories.PoiCategoriesQuery
 
prepare() - Method in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderSearchQuery
 

Q

query - Variable in class com.tomtom.online.sdk.search.data.common.Summary
The query that resulted in this Response.
queryTime - Variable in class com.tomtom.online.sdk.search.data.common.Summary
The time it took to process this query.
queryType - Variable in class com.tomtom.online.sdk.search.data.common.Summary
The type of the query.

R

rangeLeft - Variable in class com.tomtom.online.sdk.search.data.common.AddressRanges
An address range on the left side of a street segment (assuming looking from the "from" end towards the "to" end).
rangeRight - Variable in class com.tomtom.online.sdk.search.data.common.AddressRanges
An address range on the right side of a street segment (assuming looking from the "from" end towards the "to" end).
requestSync(long, long) - Method in class com.tomtom.online.sdk.search.NativeAdditionalDataSearch
 
requestSync(long, long) - Method in class com.tomtom.online.sdk.search.NativeBatchSearch
 
requestSync(long, long) - Method in class com.tomtom.online.sdk.search.NativeFuzzySearch
 
requestSync(long, long) - Method in class com.tomtom.online.sdk.search.NativeGeometrySearch
 
requestSync(long, long) - Method in class com.tomtom.online.sdk.search.NativePoiCategories
 
requestSync(long, long) - Method in class com.tomtom.online.sdk.search.NativeReverseGeocoder
 
requestSync(long, long) - Method in class com.tomtom.online.sdk.search.NativeSearchAlongRoute
 
ResponseError - Class in com.tomtom.online.sdk.search.data.common
The error which occurred while processing the Request or while decoding the result.
ResponseError() - Constructor for class com.tomtom.online.sdk.search.data.common.ResponseError
 
responses - Variable in class com.tomtom.online.sdk.search.data.batch.BatchSearchResponse
 
results - Variable in class com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchResponse
 
results - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResponse
A portion of results of the Request, as specified in the summary by the total number of results, number of results, and offset.
results - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResponse
A portion of the results of the Request, as specified in the summary by the total number of results, and the number of results and offset.
results - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResponse
The result list.
ReverseGeocoderFullAddress - Class in com.tomtom.online.sdk.search.data.reversegeocoder
The full address data object retrieved via a reverse geocoding request.
ReverseGeocoderFullAddress() - Constructor for class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderFullAddress
 
ReverseGeocoderSearchQuery - Class in com.tomtom.online.sdk.search.data.reversegeocoder
The builder used to create an instance of IReverseGeocoderSearchQuery.
ReverseGeocoderSearchQuery(Double, Double, Integer, String, Float, String, Boolean, Boolean, String, String, String) - Constructor for class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderSearchQuery
This creates an an instance of ReverseGeocoderSearchQuery using the provided parameters.
ReverseGeocoderSearchResponse - Class in com.tomtom.online.sdk.search.data.reversegeocoder
The object which contains the reverse geocoding process result.
ReverseGeocoderSearchResponse() - Constructor for class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderSearchResponse
 
reverseGeocoding(ReverseGeocoderSearchQuery) - Method in interface com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchApi
Performs reactive reverse geocoding search action based on provided query object and returns the result to Observers subscribed to returned Single.
reverseGeocoding(ReverseGeocoderSearchQuery, RevGeoSearchResultListener) - Method in interface com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchApi
Performs reverse geocoding search action based on provided query object and returns the result with usage of RevGeoSearchCallback implementation.
reverseGeocoding(ReverseGeocoderSearchQuery) - Method in class com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchApiImpl
 
reverseGeocoding(ReverseGeocoderSearchQuery, RevGeoSearchResultListener) - Method in class com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchApiImpl
 
reverseGeocoding(ReverseGeocoderSearchQuery, RevGeoSearchResultListener) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
reverseGeocoding(ReverseGeocoderSearchQuery) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
reverseGeocoding(ReverseGeocoderSearchQuery, RevGeoSearchResultListener) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
reverseGeocoding(ReverseGeocoderSearchQuery) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
reverseGeocoding(ReverseGeocoderSearchQuery) - Method in interface com.tomtom.online.sdk.search.RxSearchApi
Performs reactive reverse geocoding search action based on provided query object and returns the result to Observers subscribed to returned Single.
reverseGeocoding(ReverseGeocoderSearchQuery, RevGeoSearchResultListener) - Method in interface com.tomtom.online.sdk.search.SearchApi
Performs reverse geocoding search action based on provided ReverseGeocoderSearchQuery object and returns the result with usage of RevGeoSearchResultListener implementation.
RevGeoSearchApi - Interface in com.tomtom.online.sdk.search.api.revgeo
Defines the reverse geocoding search api.
RevGeoSearchApiImpl - Class in com.tomtom.online.sdk.search.api.revgeo
Default implementation of reverse geocoding search service's api.
RevGeoSearchApiImpl(OnlineSearchServiceConfiguration) - Constructor for class com.tomtom.online.sdk.search.api.revgeo.RevGeoSearchApiImpl
 
RevGeoSearchResultListener - Interface in com.tomtom.online.sdk.search.api.revgeo
Listener for reverse geocoding search results.
roadUse - Variable in class com.tomtom.online.sdk.search.data.reversegeocoder.ReverseGeocoderFullAddress
The road use array used for reverse geocoding.
RxSearchApi - Interface in com.tomtom.online.sdk.search
Defines TomTom Search API main object.

S

score - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
The score of the result.
score - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
The score of the result.
score - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
The score of the result.
sdkVersion - Variable in class com.tomtom.online.sdk.search.OnlineSearchServiceConfiguration
The version of the TomTomSDK being used.
search(FuzzySearchQuery, FuzzySearchResultListener) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
search(FuzzySearchQuery) - Method in class com.tomtom.online.sdk.search.extensions.SearchService
 
search(FuzzySearchQuery, FuzzySearchResultListener) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
search(FuzzySearchQuery) - Method in class com.tomtom.online.sdk.search.OnlineSearchApi
 
search(FuzzySearchQuery) - Method in interface com.tomtom.online.sdk.search.RxSearchApi
Performs reactive search action based on provided query object and returns the result to Observers subscribed to returned Observable.
search(FuzzySearchQuery, FuzzySearchResultListener) - Method in interface com.tomtom.online.sdk.search.SearchApi
Performs search action based on provided FuzzySearchQuery object and returns the result with usage of FuzzySearchResultListener implementation.
SearchApi - Interface in com.tomtom.online.sdk.search
Defines TomTom Search API main object.
SearchError - Exception in com.tomtom.online.sdk.search.api
Default error which is thrown when there will be any issue with search response.
SearchError() - Constructor for exception com.tomtom.online.sdk.search.api.SearchError
Default constructor.
SearchError(String) - Constructor for exception com.tomtom.online.sdk.search.api.SearchError
Constructs a new runtime exception with specified message if there will be any issue with search response.
SearchError(String, Throwable) - Constructor for exception com.tomtom.online.sdk.search.api.SearchError
Constructs a new runtime exception with specified message and cause if there will be any issue with search response.
SearchError(Throwable) - Constructor for exception com.tomtom.online.sdk.search.api.SearchError
Constructs a new runtime exception with the specified cause.
SearchService - Class in com.tomtom.online.sdk.search.extensions
TomTom Search API wrapped within Android service.
SearchService() - Constructor for class com.tomtom.online.sdk.search.extensions.SearchService
Default constructor for search service.
SearchServiceConnectionCallback - Interface in com.tomtom.online.sdk.search.extensions
Interface to receive information that SearchService is created and bound.
SearchServiceManager - Class in com.tomtom.online.sdk.search.extensions
Manager class that allows to create, bind and manage SearchService connectivity.
SearchServiceManager() - Constructor for class com.tomtom.online.sdk.search.extensions.SearchServiceManager
 
street - Variable in class com.tomtom.online.sdk.search.data.common.Address
The name of the street.
streetName - Variable in class com.tomtom.online.sdk.search.data.common.Address
The street name.
streetNumber - Variable in class com.tomtom.online.sdk.search.data.common.Address
The building's number.
successfulRequests - Variable in class com.tomtom.online.sdk.search.data.batch.BatchSearchResponse
 
summary - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResponse
The summary of the Response.
Summary - Class in com.tomtom.online.sdk.search.data.common
The summary of a Response to a Search Request.
Summary() - Constructor for class com.tomtom.online.sdk.search.data.common.Summary
 
summary - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResponse
The summary of the Response.
summary - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResponse
This section contains basic information about returned results.

T

to - Variable in class com.tomtom.online.sdk.search.data.common.AddressRanges
The end point of a street segment.
toArray(List<LatLng>) - Static method in class com.tomtom.online.sdk.common.location.LatLng
Transforms a list of LatLng locations into an array of double values, ignoring altitude, radius and bearing.
toLocation() - Method in class com.tomtom.online.sdk.common.location.LatLng
Converts to Location.
toString() - Method in class com.tomtom.online.sdk.search.OnlineSearchServiceConfiguration
 
totalRequests - Variable in class com.tomtom.online.sdk.search.data.batch.BatchSearchResponse
 
totalResults - Variable in class com.tomtom.online.sdk.search.data.common.Summary
The total number of results.
type - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
The type of result (should always be "POI").
type - Variable in class com.tomtom.online.sdk.search.data.common.EntryPoint
The type of the entry point.
type - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
The type of result (should always be "POI" (Points of Interest)).
type - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
The type of result.

U

unbind(Context, ServiceConnection) - Static method in class com.tomtom.online.sdk.search.extensions.SearchServiceManager
Helper method to unbind from service
url - Variable in class com.tomtom.online.sdk.search.data.common.Poi
The URL address of the POI's website.

V

viewport - Variable in class com.tomtom.online.sdk.search.data.alongroute.AlongRouteSearchResult
The viewport.
viewport - Variable in class com.tomtom.online.sdk.search.data.fuzzy.FuzzySearchResult
The viewport.
viewport - Variable in class com.tomtom.online.sdk.search.data.geometry.GeometrySearchResult
A viewport which can be used to display the entity on a map.
visit(GeometryResult) - Method in interface com.tomtom.online.sdk.search.data.additionaldata.AdditionalDataSearchResultVisitor
Allows the use of a visitor design pattern for GeometryResult.
visit(FuzzySearchResponse) - Method in interface com.tomtom.online.sdk.search.data.batch.BatchableSearchResponseVisitor
Allows the use of a visitor design pattern for FuzzySearchResponse.
visit(GeometrySearchResponse) - Method in interface com.tomtom.online.sdk.search.data.batch.BatchableSearchResponseVisitor
Allows the use of a visitor design pattern for GeometrySearchResponse.
visit(ReverseGeocoderSearchResponse) - Method in interface com.tomtom.online.sdk.search.data.batch.BatchableSearchResponseVisitor
Allows the use of a visitor design pattern for ReverseGeocoderSearchResponse.
visit(FuzzySearchResponse) - Method in class com.tomtom.online.sdk.search.data.batch.BatchableSearchResponseVisitorAdapter
 
visit(GeometrySearchResponse) - Method in class com.tomtom.online.sdk.search.data.batch.BatchableSearchResponseVisitorAdapter
 
visit(ReverseGeocoderSearchResponse) - Method in class com.tomtom.online.sdk.search.data.batch.BatchableSearchResponseVisitorAdapter
 

W

withBoundingBox(BoundingBox) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
The bounding box for the search.
withBrandSet(String) - Method in interface com.tomtom.online.sdk.search.data.alongroute.IAlongRouteSearchQuery
A comma-separated list of brand names which could be used to restrict the result to Points Of Interest of specific brands.
withBrandSet(String) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
A comma-separated list of brand names which could be used to restrict the result to Points Of Interest of specific brands.
withCategory(Boolean) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
If your search use case only requires POI results filtered by category, you may use the Category endpoint.
withCountry(String) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
A comma-separated string of country codes (e.g., FR,ES).
withEVConnectorSetFilter(String) - Method in interface com.tomtom.online.sdk.search.data.alongroute.IAlongRouteSearchQuery
A comma-separated list of connector types which could be used to restrict the result to Points Of Interest of type Electric Vehicle Station, supporting specific connector types.
withEVConnectorSetFilter(String) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
A comma-separated list of connector types which could be used to restrict the result to Points Of Interest of type Electric Vehicle Station, supporting specific connector types.
withExtendedPostalCodes(String) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
Indexes for which extended postal codes should be included in the results.
withExtendedPostalCodesFor(String) - Method in interface com.tomtom.online.sdk.search.data.geometry.IGeometrySearchQuery
Indexes for extended postal codes that should be included in the results.
withFuzzySearchQuery(FuzzySearchQuery) - Method in interface com.tomtom.online.sdk.search.data.batch.IBatchSearchQuery
Adds a FuzzySearchQuery to this query.
withGeometryDataSource(GeometryDataSource) - Method in interface com.tomtom.online.sdk.search.data.additionaldata.IAdditionalDataSearchQuery
Adds a GeometryDataSource to this query.
withGeometrySearchQuery(GeometrySearchQuery) - Method in interface com.tomtom.online.sdk.search.data.batch.IBatchSearchQuery
Adds a GeometrySearchQuery to this query.
withHeading(Float) - Method in interface com.tomtom.online.sdk.search.data.reversegeocoder.IReverseGeocoderSearchQuery
The directional heading of the vehicle in degrees while traveling along a segment of roadway.
withIdx(String) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
A comma-separated list of indexes which should be utilized for the search.
withIdxSet(String) - Method in interface com.tomtom.online.sdk.search.data.geometry.IGeometrySearchQuery
The "idxSet" parameter allows for fine tuning L2 by specifying which indexes to utilize for the search.
withLanguage(String) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
The language in which search results should be returned.
withLanguage(String) - Method in interface com.tomtom.online.sdk.search.data.geometry.IGeometrySearchQuery
The language in which search results should be returned.
withLanguage(String) - Method in interface com.tomtom.online.sdk.search.data.poicategories.IPoiCategoriesQuery
Language in which the poi categories should be returned.
withLanguagePrefix(String) - Method in interface com.tomtom.online.sdk.search.data.reversegeocoder.IReverseGeocoderSearchQuery
The language in which search results should be returned.
withLimit(Integer) - Method in interface com.tomtom.online.sdk.search.data.alongroute.IAlongRouteSearchQuery
The upper limit of the number of results.
withLimit(Integer) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
The upper limit of the number of results.
withLimit(Integer) - Method in interface com.tomtom.online.sdk.search.data.geometry.IGeometrySearchQuery
The maximum number of responses that will be returned.
withMaxFuzzyLevel(Integer) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
The maximum fuzzyness level to be used.
withMinFuzzyLevel(Integer) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
The minimum fuzzyness level to be used.
withNumber(String) - Method in interface com.tomtom.online.sdk.search.data.reversegeocoder.IReverseGeocoderSearchQuery
If a number is sent in along with the Request, the Response may include the side of the street (Left/Right) and also an offset position for that number.
withOffset(Integer) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
The starting offset of the returned results within the full result set.
withPosition(LatLng) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
The position where results should be biased.
withPreciseness(LatLngAcc) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
The position where results should be biased.
withRadius(Integer) - Method in interface com.tomtom.online.sdk.search.data.reversegeocoder.IReverseGeocoderSearchQuery
If the radius is set, the results will be constrained to the defined area.
withReturnRoadUse(Boolean) - Method in interface com.tomtom.online.sdk.search.data.reversegeocoder.IReverseGeocoderSearchQuery
Enables the return of the road use array for reversegeocodes at street level.
withReturnSpeedLimit(Boolean) - Method in interface com.tomtom.online.sdk.search.data.reversegeocoder.IReverseGeocoderSearchQuery
Enables the return of the posted speedlimit (where available).
withReverseGeocoderSearchQuery(ReverseGeocoderSearchQuery) - Method in interface com.tomtom.online.sdk.search.data.batch.IBatchSearchQuery
Adds a ReverseGeocoderSearchQuery to this query.
withRoadUse(String) - Method in interface com.tomtom.online.sdk.search.data.reversegeocoder.IReverseGeocoderSearchQuery
Restricts reversegeocodes to a certain type of roaduse.
withTypeAhead(Boolean) - Method in interface com.tomtom.online.sdk.search.data.fuzzy.IFuzzySearchQuery
If the "typeahead" flag is set, the query will be interpreted as a partial input and the search will enter predictive mode.
withTypeAhead(Boolean) - Method in interface com.tomtom.online.sdk.search.data.geometry.IGeometrySearchQuery
If the "typeahead" flag is set, the query will be interpreted as a partial input and the search will enter predictive mode.
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links