Classes

The following classes are available globally.

  • Represents a spatially bound entity. Consists of a geometry object and an id. Both are optional. If geometry is absent, the feature is unlocated.

    See more

    Declaration

    Objective-C

    @interface TTADPFeatureCollection : TTADPGeoJsonObject

    Swift

    class TTADPFeatureCollection : TTADPGeoJsonObject
  • A geometry type comprising a collection of LineStrings.

    See more

    Declaration

    Objective-C

    @interface TTADPLineString : TTADPGeoJsonObject

    Swift

    class TTADPLineString : TTADPGeoJsonObject
  • A collection of points containing Position

    See more

    Declaration

    Objective-C

    @interface TTADPMultiPoint : TTADPGeoJsonObject

    Swift

    class TTADPMultiPoint : TTADPGeoJsonObject
  • TomTom AdditionalDataSearch API main object. Contains methods to use Tomtom’s online search engine and provides support for both async and sync calls.

    See more

    Declaration

    Objective-C

    @interface TTAdditionalDataSearch : NSObject

    Swift

    class TTAdditionalDataSearch : NSObject
  • Additional Data Query

    Declaration

    Objective-C

    @interface TTAdditionalDataSearchQuery : NSObject

    Swift

    class TTAdditionalDataSearchQuery : NSObject
  • A collection of results.

    See more

    Declaration

    Objective-C

    @interface TTAdditionalDataSearchResponse : NSObject

    Swift

    class TTAdditionalDataSearchResponse : NSObject
  • Class containing the result

    See more

    Declaration

    Objective-C

    @interface TTAdditionalDataSearchResult : NSObject

    Swift

    class TTAdditionalDataSearchResult : NSObject
  • Performs along route search action based on provided query object and returns the result with usage of callback implementation.

    See more

    Declaration

    Objective-C

    @interface TTAlongRouteSearch : NSObject

    Swift

    class TTAlongRouteSearch : NSObject
  • Batch request query builder

    See more

    Declaration

    Objective-C

    @interface TTBatchQueryBuilder : NSObject

    Swift

    class TTBatchQueryBuilder : NSObject
  • Batch query

    Declaration

    Objective-C

    @interface TTBatchQuery : NSObject

    Swift

    class TTBatchQuery : NSObject
  • Visitable collection of batch search responses.

    See more

    Declaration

    Objective-C

    @interface TTBatchResponse : NSObject

    Swift

    class TTBatchResponse : NSObject
  • TomTom Batch Search API main object. Contains methods to use Tomtom’s batch search engine and provides support for both async calls.

    See more

    Declaration

    Objective-C

    @interface TTBatchSearch : NSObject

    Swift

    class TTBatchSearch : NSObject
  • A container for various data sources that can be used with the Additional Data service. Create using ::AdditionalDataSourcesBuilder.

    Declaration

    Objective-C

    @interface TTAdditionalDataSources : NSObject

    Swift

    class TTAdditionalDataSources : NSObject
  • A representation of address returned in the result.

    See more

    Declaration

    Objective-C

    @interface TTAddress : NSObject

    Swift

    class TTAddress : NSObject
  • A representation of address ranges on a street segment. Available only for results where result type is equal to Address Range.

    See more

    Declaration

    Objective-C

    @interface TTAddressRanges : NSObject

    Swift

    class TTAddressRanges : NSObject
  • A representation of the bounding box rectangle.

    See more

    Declaration

    Objective-C

    @interface TTBoundingBox : NSObject

    Swift

    class TTBoundingBox : NSObject
  • A representation of the classifications:name field in the result

    See more

    Declaration

    Objective-C

    @interface TTClassificationName : NSObject

    Swift

    class TTClassificationName : NSObject
  • A representation of an element of the entryPoints field in json response.

    See more

    Declaration

    Objective-C

    @interface TTEntryPoint : NSObject

    Swift

    class TTEntryPoint : NSObject
  • Contains information about a data source related to the geometric shape of the result.

    Declaration

    Objective-C

    @interface TTGeometryDataSource : NSObject

    Swift

    class TTGeometryDataSource : NSObject
  • Represents a poi field in a json response.

    See more

    Declaration

    Objective-C

    @interface TTPoi : NSObject

    Swift

    class TTPoi : NSObject
  • A TTSearchShape defines standard shape such as circle, polygon for search query

    Declaration

    Objective-C

    @interface TTSearchShape : NSObject

    Swift

    class TTSearchShape : NSObject
  • TomTom Search API main object. Contains methods to use Tomtom’s online search engine and provides support for both async and sync calls.

    See more

    Declaration

    Objective-C

    @interface TTSearch : NSObject

    Swift

    class TTSearch : NSObject
  • TTSearchQueryBuilder Search query

    See more

    Declaration

    Objective-C

    @interface TTSearchQueryBuilder : NSObject

    Swift

    class TTSearchQueryBuilder : NSObject
  • TomTom Geometry Search API main object. Contains methods to use Tomtom’s online search engine and provides support for both async and sync calls.

    See more

    Declaration

    Objective-C

    @interface TTGeometrySearch : NSObject

    Swift

    class TTGeometrySearch : NSObject
  • TomTom Reverse Geocoder API main object. Contains methods to use Tomtom’s online search engine and provides support for both async and sync calls.

    See more

    Declaration

    Objective-C

    @interface TTReverseGeocoder : NSObject

    Swift

    class TTReverseGeocoder : NSObject