Classes
The following classes are available globally.
-
TTGeoJSONFeature
See moreDeclaration
Objective-C
@interface TTGeoJSONFeature : TTGeoJSONObjectSwift
class TTGeoJSONFeature : TTGeoJSONObject -
TTGeoJSONFeatureBuilder
Declaration
Objective-C
@interface TTGeoJSONFeatureBuilder : NSObjectSwift
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 : NSObjectSwift
class TTGeoJSONFeatureCollection : NSObject
-
Geometry collection.
See moreDeclaration
Objective-C
@interface TTGeoJSONGeometryCollection : TTGeoJSONObjectSwift
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 : TTGeoJSONObjectSwift
class TTGeoJSONMultiLineString : TTGeoJSONObject
-
A collection of points containing Position
See moreDeclaration
Objective-C
@interface TTGeoJSONMultiPoint : TTGeoJSONObjectSwift
class TTGeoJSONMultiPoint : TTGeoJSONObject
-
A collection of Polygons.
See moreDeclaration
Objective-C
@interface TTGeoJSONMultiPolygon : TTGeoJSONObjectSwift
class TTGeoJSONMultiPolygon : TTGeoJSONObject
-
TTGeoJSONObject
See moreDeclaration
Objective-C
@interface TTGeoJSONObject : NSObjectSwift
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 : TTGeoJSONObjectSwift
class TTGeoJSONPolygon : TTGeoJSONObject
-
Geometry type comprising a single WGS 84 position.
See moreDeclaration
Objective-C
@interface TTGeoJSONPosition : TTGeoJSONObjectSwift
class TTGeoJSONPosition : TTGeoJSONObject
-
A representation of the bounding box rectangle.
See moreDeclaration
Objective-C
@interface TTBoundingBox : NSObjectSwift
class TTBoundingBox : NSObject
-
TTHTTPHeadersBuilder Search query
See moreDeclaration
Objective-C
@interface TTHTTPHeadersBuilder : NSObjectSwift
class TTHTTPHeadersBuilder : NSObject
-
A TTLocation object contains the geographical location.
See moreDeclaration
Objective-C
@interface TTLocation : NSObjectSwift
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> : NSOperationSwift
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 : NSObjectSwift
class TTRequestScheduler : NSObject
Classes Reference