Classes
The following classes are available globally.
-
TTGeoJSONFeature
See moreDeclaration
Objective-C
@interface TTGeoJSONFeature : TTGeoJSONObject
Swift
class TTGeoJSONFeature : TTGeoJSONObject
-
TTGeoJSONFeatureBuilder
Declaration
Objective-C
@interface TTGeoJSONFeatureBuilder : NSObject
Swift
class TTGeoJSONFeatureBuilder : NSObject
-
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 moreDeclaration
Objective-C
@interface TTGeoJSONFeatureCollection : NSObject
Swift
class TTGeoJSONFeatureCollection : NSObject
-
Geometry collection.
See moreDeclaration
Objective-C
@interface TTGeoJSONGeometryCollection : TTGeoJSONObject
Swift
class TTGeoJSONGeometryCollection : TTGeoJSONObject
-
A geometry type comprising a collection of LineStrings.
See moreDeclaration
Objective-C
@interface TTGeoJSONLineString : TTGeoJSONObject <TTCoordinatesData>
Swift
class TTGeoJSONLineString : TTGeoJSONObject
-
A Geometry type comprising a collection of LineStrings.
See moreDeclaration
Objective-C
@interface TTGeoJSONMultiLineString : TTGeoJSONObject
Swift
class TTGeoJSONMultiLineString : TTGeoJSONObject
-
A collection of points containing Position
See moreDeclaration
Objective-C
@interface TTGeoJSONMultiPoint : TTGeoJSONObject
Swift
class TTGeoJSONMultiPoint : TTGeoJSONObject
-
A collection of Polygons.
See moreDeclaration
Objective-C
@interface TTGeoJSONMultiPolygon : TTGeoJSONObject
Swift
class TTGeoJSONMultiPolygon : TTGeoJSONObject
-
TTGeoJSONObject
See moreDeclaration
Objective-C
@interface TTGeoJSONObject : NSObject
Swift
class TTGeoJSONObject : NSObject
-
A Geometry type comprising one or more LineStrings. The exterior ring represents the outer edges of a polygon and is a LineStrings of at least four Positions in counterclockwise order. The interior rings (0 or more) - LineStrings of at least four Positions in clockwise order - define holes in the polygon. In all cases the first and the last position in a LineString contain identical values.
See moreDeclaration
Objective-C
@interface TTGeoJSONPolygon : TTGeoJSONObject
Swift
class TTGeoJSONPolygon : TTGeoJSONObject
-
Geometry type comprising a single WGS 84 position.
See moreDeclaration
Objective-C
@interface TTGeoJSONPosition : TTGeoJSONObject
Swift
class TTGeoJSONPosition : TTGeoJSONObject
-
A representation of the bounding box rectangle.
See moreDeclaration
Objective-C
@interface TTBoundingBox : NSObject
Swift
class TTBoundingBox : NSObject
-
TTHTTPHeadersBuilder Search query
See moreDeclaration
Objective-C
@interface TTHTTPHeadersBuilder : NSObject
Swift
class TTHTTPHeadersBuilder : NSObject
-
A TTLocation object contains the geographical location.
See moreDeclaration
Objective-C
@interface TTLocation : NSObject
Swift
class TTLocation : NSObject
-
The TTRequest class represents an abstract implementation of a Request that might be scheduled by TTRequstScheduler. This class is designed to be inherited by concrete Request implementations.
See moreDeclaration
Objective-C
@interface TTRequest<Result> : NSOperation
Swift
class TTRequest<Result> : Operation where Result : AnyObject
-
A TTRequestScheduler object is used to schedule and perform requests on a background thread.
See moreDeclaration
Objective-C
@interface TTRequestScheduler : NSObject
Swift
class TTRequestScheduler : NSObject