-
TTUtils
-
removed class method:
+languageForLocale:inTTUtils -
removed class method:
+languagePrefixForLanguageType:inTTUtils -
TTRequestScheduler
-
new method:
-cancelinTTRequestScheduler -
new class:
TTRequestScheduler -
new property:
serverUrlinTTRequestScheduler -
new method:
-scheduleRequest:inTTRequestScheduler -
new method:
-initWithURL:inTTRequestScheduler -
TTLocation
-
modified property:
accuracyinTTLocationType of change: | Declaration
-
From: `@property (nonatomic, readonly) CLLocationAccuracy accuracy` |
To: `@property(nonatomic, readonly) CLLocationAccuracy accuracy` |
-
modified property:
radiusinTTLocationType of change: | Declaration
From: `@property (nonatomic, readonly) double radius` |
To: `@property(nonatomic, readonly) double radius` |
-
modified property:
isDimmedinTTLocationType of change: | Declaration
From: `@property (nonatomic, readonly) BOOL isDimmed` |
To: `@property(nonatomic, readonly) BOOL isDimmed` |
-
modified property:
coordinateinTTLocationType of change: | Declaration
From: `@property (nonatomic, readonly) CLLocationCoordinate2D coordinate` |
To: `@property(nonatomic, readonly) CLLocationCoordinate2D coordinate` |
-
modified property:
bearinginTTLocationType of change: | Declaration
From: `@property (nonatomic, readonly) double bearing` |
To: `@property(nonatomic, readonly) double bearing` |
-
TTHTTPHeaders
-
new method:
-initinTTHTTPHeaders -
new class:
TTHTTPHeaders -
new method:
-trackingIDinTTHTTPHeaders -
TTMatching
-
modified property:
dataSetinTTMatchingType of change: | Declaration
-
From: `@property TTMatchingDataSet* dataSet` |
To: `@property TTMatchingDataSet *dataSet` |
-
modified protocol:
TTMatchingType of change: | Declaration
From: `@protocol TTMatching <NSObject> @required @property TTMatchingDataSet* dataSet; @end` |
To: `@protocol TTMatching <NSObject> @required @property TTMatchingDataSet *dataSet; @end` |
-
TTGeoJSONGeoVisitor
-
new method:
-visitMultiLineString:inTTGeoJSONGeoVisitor -
new method:
-visitPosition:inTTGeoJSONGeoVisitor -
new method:
-visitPolygon:inTTGeoJSONGeoVisitor -
new protocol:
TTGeoJSONGeoVisitor -
new method:
-visitMultiPolygon:inTTGeoJSONGeoVisitor -
new method:
-visitLineString:inTTGeoJSONGeoVisitor -
new method:
-visitMultiPoint:inTTGeoJSONGeoVisitor -
new method:
-visitGeometryCollection:inTTGeoJSONGeoVisitor -
TTGeoJSONLineString
-
new class:
TTGeoJSONLineString -
new method:
-initWithCoordinatesData:withBoundingBox:inTTGeoJSONLineString -
new property:
pointsinTTGeoJSONLineString -
new method:
-boundingBoxinTTGeoJSONLineString -
new method:
-coordinatesCountinTTGeoJSONLineString -
new method:
-coordinatesDatainTTGeoJSONLineString -
new method:
-initWithCoordinatesData:withDataCount:withBoundingBox:inTTGeoJSONLineString -
TTRouteData
-
removed method:
-fullRouteinTTRouteData -
removed protocol:
TTRouteData -
TTLanguage
-
removed enum value:
TTLanguageEnglishAUinTTLanguage -
removed enum value:
TTLanguageCroatianinTTLanguage -
removed enum value:
TTLanguageMalayinTTLanguage -
removed enum value:
TTLanguageEstonianinTTLanguage -
removed enum value:
TTLanguageChineseCNinTTLanguage -
removed enum value:
TTLanguageFrenchFRinTTLanguage -
removed typedef:
TTLanguage -
removed enum value:
TTLanguageBulgarianinTTLanguage -
removed enum value:
TTLanguageArabicinTTLanguage -
removed enum value:
TTLanguageDutchNLinTTLanguage -
removed enum value:
TTLanguageDutchBEinTTLanguage -
removed enum value:
TTLanguageRussianinTTLanguage -
removed enum value:
TTLanguageCzechinTTLanguage -
removed enum value:
TTLanguageSlovakinTTLanguage -
removed enum value:
TTLanguageAfrikaansinTTLanguage -
removed enum value:
TTLanguageSpanishESinTTLanguage -
removed enum value:
TTLanguageHungarianinTTLanguage -
removed enum value:
TTLanguageSwedishinTTLanguage -
removed enum value:
TTLanguageDanishinTTLanguage -
removed enum value:
TTLanguageGermaninTTLanguage -
removed enum value:
TTLanguageFinnishinTTLanguage -
removed enum value:
TTLanguagePortugueseBRinTTLanguage -
removed enum value:
TTLanguageTurkishinTTLanguage -
removed enum value:
TTLanguagePortuguesePTinTTLanguage -
removed enum value:
TTLanguageCatalaninTTLanguage -
removed enum value:
TTLanguageNorwegianinTTLanguage -
removed enum value:
TTLanguageItalianinTTLanguage -
removed enum value:
TTLanguageChineseTWinTTLanguage -
removed enum value:
TTLanguageFrenchCAinTTLanguage -
removed enum value:
TTLanguageEnglishUSinTTLanguage -
removed enum value:
TTLanguageGreekinTTLanguage -
removed enum:
TTLanguage -
removed enum value:
TTLanguageEnglishGBinTTLanguage -
removed enum value:
TTLanguageSpanishLatininTTLanguage -
removed enum value:
TTLanguagePolishinTTLanguage -
removed enum value:
TTLanguageLatvianinTTLanguage -
removed enum value:
TTLanguageLithuanianinTTLanguage -
removed enum value:
TTLanguageEnglishNZinTTLanguage -
removed enum value:
TTLanguageSlovenianinTTLanguage -
TTGeoJSONMultiLineString
-
new class:
TTGeoJSONMultiLineString -
new property:
lineStringsinTTGeoJSONMultiLineString -
new method:
-initWithLineStringArray:withBoundingBox:inTTGeoJSONMultiLineString -
TTGeoJSONVisitorParser
-
new class:
TTGeoJSONVisitorParser -
TTEndpoint
-
new class:
TTEndpoint -
TTGeoJSONFeatureCollection
-
new property:
featuresinTTGeoJSONFeatureCollection -
new method:
-initWithFeatures:withBoundingBox:inTTGeoJSONFeatureCollection -
new class:
TTGeoJSONFeatureCollection -
TTGeoJSONGeometryCollection
-
new property:
countinTTGeoJSONGeometryCollection -
new method:
-visitResults:inTTGeoJSONGeometryCollection -
new class:
TTGeoJSONGeometryCollection -
NSDate(Extra)
-
modified category:
NSDate(Extra)Type of change: | Declaration
-
From: `@interface NSDate(Extra) /** Returns a date object initialized by string format with RFC3339 standard. @param string A string representation of the date object. @return NSDate */ + (NSDate *)dateWithRFC3339String:(NSString *)string; /** Returns a string object date initialized by string format with local time zone. @param string A string representation of the date object. @return NSString */ - (NSString *)toDateWithFormat:(NSString *)string; /** A string representation of the date object. @return NSString */ - (NSString *)toRFC3339; /** A string representation of the date object with time zone. @return NSString */ - (NSString *)toRFC3339TimeZone; @end` |
To: `@interface NSDate (Extra)` |
-
TTHTTPHeadersBuilder
-
new method:
-buildinTTHTTPHeadersBuilder -
new class method:
+createinTTHTTPHeadersBuilder -
new method:
-withTrackingID:inTTHTTPHeadersBuilder -
new method:
-initinTTHTTPHeadersBuilder -
new class:
TTHTTPHeadersBuilder -
TTCoordinatesData
-
modified protocol:
TTCoordinatesDataType of change: | Declaration
-
From: `@protocol TTCoordinatesData <NSObject> /** Returns every coordinate of packed inside of NSValue @return coordinatesData NSArray<NSValue *> * */ - (NSArray<NSValue *> *)coordinatesData; /** Returns number of coordinates in data @return coordinatesCount NSUInteger */ - (NSUInteger)coordinatesCount; @end` |
To: `@protocol TTCoordinatesData <NSObject>` |
-
TTRequest
-
new method:
-initWithCompletionHandler:inTTRequest -
new method:
-performinTTRequest -
new class:
TTRequest -
TTBoundingBox
-
new method:
-initWithTopLeft:withBottomRight:inTTBoundingBox -
new class:
TTBoundingBox -
new property:
topLeftinTTBoundingBox -
new property:
bottomRightinTTBoundingBox -
TTGeoJSONFeature
-
new property:
propertiesinTTGeoJSONFeature -
new class:
TTGeoJSONFeature -
new property:
IdinTTGeoJSONFeature -
new method:
-visitResult:inTTGeoJSONFeature -
TTGeoJSONObject
-
new class:
TTGeoJSONObject -
new property:
boundingBoxinTTGeoJSONObject -
TTGeoJSONMultiPolygon
-
new class:
TTGeoJSONMultiPolygon -
new property:
polygonsinTTGeoJSONMultiPolygon -
new method:
-initWithGeoJSONPolygon:withBoundingBox:inTTGeoJSONMultiPolygon -
TTGeoJSONObjectVisitor
-
new method:
-visitFeature:inTTGeoJSONObjectVisitor -
new method:
-visitFeatureCollection:inTTGeoJSONObjectVisitor -
new protocol:
TTGeoJSONObjectVisitor -
TTResult
-
new method:
-initWitError:inTTResult -
new property:
resultinTTResult -
new property:
errorinTTResult -
new class:
TTResult -
new method:
-initWithResult:inTTResult -
TTGeoJSONPosition
-
new property:
coordinateinTTGeoJSONPosition -
new method:
-initWithCoordinate:withBoundingBox:inTTGeoJSONPosition -
new method:
-initWithCoordinate:inTTGeoJSONPosition -
new class:
TTGeoJSONPosition -
TTGeoJSONPolygon
-
new property:
interiorRingsinTTGeoJSONPolygon -
new class:
TTGeoJSONPolygon -
new property:
exteriorRinginTTGeoJSONPolygon -
new method:
-initWithExteriorRing:withInteriorRings:withBoundingBox:inTTGeoJSONPolygon -
TTConfig
-
modified class method:
+configWithMainBundleinTTConfigType of change: | Declaration
-
From: `+ (TTConfig *)configWithMainBundle;` |
To: `+ (TTConfig *_Nonnull)configWithMainBundle;` |
-
modified class method:
+configWithMainBundleinTTConfigType of change: | Swift declaration
From: `class func withMainBundle() -> TTConfig!` |
To: `class func withMainBundle() -> TTConfig` |
-
modified method:
-valueForKey:inTTConfigType of change: | Declaration
From: `- (NSString *)valueForKey:(NSString *)key;` |
To: `- (NSString *_Nonnull)valueForKey:(NSString *_Nonnull)key;` |
-
modified method:
-valueForKey:inTTConfigType of change: | Swift declaration
From: `func value(forKey key: String!) -> String!` |
To: `func value(forKey key: String) -> String` |
-
modified class method:
+configWithFile:plist:inTTConfigType of change: | Swift declaration
From: `/*not inherited*/ init!(file bundle: Bundle!, plist name: String!)` |
To: `/*not inherited*/ init(file bundle: Bundle, plist name: String)` |
-
modified class method:
+configWithFile:plist:inTTConfigType of change: | Declaration
From: `+ (TTConfig *)configWithFile:(NSBundle *)bundle plist:(NSString *)name;` |
To: `+ (TTConfig *_Nonnull)configWithFile:(NSBundle *_Nonnull)bundle plist:(NSString *_Nonnull)name;` |
-
TTGeoJSONFeatureBuilder
-
new class method:
+createWithGeoJSONMultiPolygonFeature:inTTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONMultiLineStringFeature:inTTGeoJSONFeatureBuilder -
new method:
-withStringId:inTTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONMultiPointFeature:inTTGeoJSONFeatureBuilder -
new class:
TTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONPolygonFeature:inTTGeoJSONFeatureBuilder -
new method:
-withBoundingBox:inTTGeoJSONFeatureBuilder -
new method:
-initinTTGeoJSONFeatureBuilder -
new method:
-buildinTTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONLineStringFeature:inTTGeoJSONFeatureBuilder -
new method:
-withDoubleId:inTTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONPositionFeature:inTTGeoJSONFeatureBuilder -
TTGeoJSONMultiPoint
-
new class:
TTGeoJSONMultiPoint -
new method:
-initWithArrayOfPosition:withBoundingBox:inTTGeoJSONMultiPoint -
new property:
pointsinTTGeoJSONMultiPoint