-
TTTrafficIncidentDataHolder
-
new method:
-isFlowinTTTrafficIncidentDataHolder -
new class method:
+emptyinTTTrafficIncidentDataHolder -
new property:
incidentPOIsinTTTrafficIncidentDataHolder -
new method:
-initWithPOIs:withFlows:withClusters:inTTTrafficIncidentDataHolder -
new method:
-isPOIinTTTrafficIncidentDataHolder -
new property:
incidentFlowsinTTTrafficIncidentDataHolder -
new method:
-isClusterinTTTrafficIncidentDataHolder -
new property:
incidentClustersinTTTrafficIncidentDataHolder -
new method:
-initinTTTrafficIncidentDataHolder -
new class:
TTTrafficIncidentDataHolder -
new method:
-isEmptyinTTTrafficIncidentDataHolder -
TTMapLayer
-
new property:
sourceIDinTTMapLayer -
new class method:
+createWithStyleJSON:withMap:inTTMapLayer -
new property:
minZoominTTMapLayer -
new property:
visibilityinTTMapLayer -
new property:
IDinTTMapLayer -
new class:
TTMapLayer -
new property:
sourceLayerIDinTTMapLayer -
new class method:
+createSymbolWithID:withSourceID:withImage:withMap:inTTMapLayer -
new property:
maxZoominTTMapLayer -
new class method:
+createRasterWithID:withSourceID:withMap:inTTMapLayer -
new method:
-initinTTMapLayer -
TTUserTrackingMode
-
new enum value:
TTUserTrackingFollowinTTUserTrackingMode -
new enum value:
TTUserTrackingNoneinTTUserTrackingMode -
new typedef:
TTUserTrackingMode -
new enum value:
TTUserTrackingFollowWithHeadinginTTUserTrackingMode -
new enum:
TTUserTrackingMode -
TTMapTrafficType
-
removed enum value:
TTMapTrafficNoneinTTMapTrafficType -
removed constant:
TTMapTrafficType -
removed enum value:
TTMapTrafficFlowinTTMapTrafficType -
removed enum:
TTMapTrafficType -
removed enum value:
TTMapTrafficIncidentsinTTMapTrafficType -
TT_API_BETA
-
removed sourcekitten.source.lang.objc.decl.function:
TT_API_BETA -
TTLegacyMapStyleConfiguration
-
new class:
TTLegacyMapStyleConfiguration -
new property:
styleURLinTTLegacyMapStyleConfiguration -
new method:
-initWithStyleURL:inTTLegacyMapStyleConfiguration -
TTTrackingManagerDefault
-
new class:
TTTrackingManagerDefault -
new class method:
+bearingSmoothFactorinTTTrackingManagerDefault -
TTMapTrafficIncidentBase
-
new property:
incidentIDinTTMapTrafficIncidentBase-
modified class:
TTMapTrafficIncidentBaseType of change: | Swift declaration
-
From: `class TTMapTrafficIncidentBase : NSObject` |
To: `class TTMapTrafficIncidentBase : TTMapTrafficData` |
-
typeTTRaster
-
modified constant:
typeTTRasterType of change: | Declaration
-
From: `static NSDictionary * _Nonnull typeTTRaster` |
To: `static NSDictionary *_Nonnull typeTTRaster` |
* ** modified sourcekitten.source.lang.objc.decl.unexposed: `` Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Markers/Callouts/TTCalloutViewSimple.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/TTMapView.h` |
-
modified sourcekitten.source.lang.objc.decl.unexposed: `` Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Markers/Callouts/TTCalloutViewSimple.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/TTMapView.h` |
-
LayerSetSourceNameVector
-
new constant:
LayerSetSourceNameVector -
TTLineCapType
-
new enum:
TTLineCapType -
new typedef:
TTLineCapType -
new enum value:
TTLineCapTypeButtinTTLineCapType -
new enum value:
TTLineCapTypeRoundinTTLineCapType -
new enum value:
TTLineCapTypeSquareinTTLineCapType -
LayerSetSourceNameKey
-
new typedef:
LayerSetSourceNameKey -
TTMapTrafficIncidentPoi
-
new property:
iconSizeinTTMapTrafficIncidentPoi -
new property:
iconinTTMapTrafficIncidentPoi -
new property:
coordinateinTTMapTrafficIncidentPoi -
TTRouteManager
-
new method:
-activateProgressAlongTheRoute:withStyling:inTTRouteManager -
new method:
-updateProgressAlongTheRoute:withTTLocation:inTTRouteManager -
new method:
-deactivateProgressAlongTheRoute:inTTRouteManager -
new method:
-hideTrafficFromRoute:inTTRouteManager -
new method:
-showTrafficOnRoute:withStyling:inTTRouteManager-
modified property:
delegateinTTRouteManagerType of change: | Declaration
-
From: `@property (nonatomic, weak) id <TTRouteDelegate> _Nullable delegate` |
To: `@property(nonatomic, weak) id<TTRouteDelegate> _Nullable delegate` |
-
TTRouteDelegate
-
modified protocol:
TTRouteDelegateType of change: | Declaration
-
From: `@protocol TTRouteDelegate <NSObject> @optional /** Triggered when on of the routes on the map is clicked @param route route TTMapRoute */ - (void)routeClicked:(TTMapRoute* _Nonnull)route; @end` |
To: `@protocol TTRouteDelegate <NSObject>` |
-
TTMapTrafficFlowTiles
-
modified class:
TTMapTrafficFlowTilesType of change: | Swift declaration
-
From: `class TTMapTrafficFlowTiles : NSObject` |
To: `class TTMapTrafficFlowTiles` |
-
LayerSetSourceNameIncidentsVector
-
new constant:
LayerSetSourceNameIncidentsVector -
TTLayerVisibility
-
new enum value:
TTLayerVisibilityNoneinTTLayerVisibility -
new typedef:
TTLayerVisibility -
new enum value:
TTLayerVisibilityVisibleinTTLayerVisibility -
new enum value:
TTLayerVisibilityOriginalinTTLayerVisibility -
new enum:
TTLayerVisibility -
TTMapTrafficCalloutFactory
-
modified class method:
+createWithFlow:inTTMapTrafficCalloutFactoryType of change: | Declaration
-
From: `+ (id)createWithFlow:(id)flow;` |
To: `+ (TTMapTrafficCallout *_Nonnull)createWithFlow:(id)flow;` |
-
modified class method:
+createWithFlow:inTTMapTrafficCalloutFactoryType of change: | Swift declaration
From: `class func create(withFlow flow: Any!) -> Any!` |
To: `class func create(withFlow flow: Any!) -> TTMapTrafficCallout` |
-
modified class method:
+createWithIncidentCluster:inTTMapTrafficCalloutFactoryType of change: | Swift declaration
From: `class func create(withIncidentCluster incidentCluster: Any!) -> Any!` |
To: `class func create(withIncidentCluster incidentCluster: Any!) -> TTMapTrafficCallout` |
-
modified class method:
+createWithIncidentCluster:inTTMapTrafficCalloutFactoryType of change: | Declaration
From: `+ (id)createWithIncidentCluster:(id)incidentCluster;` |
To: `+ (TTMapTrafficCallout *_Nonnull)createWithIncidentCluster:(id)incidentCluster;` |
-
modified class method:
+createWithIncidentFlow:inTTMapTrafficCalloutFactoryType of change: | Swift declaration
From: `class func create(withIncidentFlow incidentFlow: Any!) -> Any!` |
To: `class func create(withIncidentFlow incidentFlow: Any!) -> TTMapTrafficCallout` |
-
modified class method:
+createWithIncidentFlow:inTTMapTrafficCalloutFactoryType of change: | Declaration
From: `+ (id)createWithIncidentFlow:(id)incidentFlow;` |
To: `+ (TTMapTrafficCallout *_Nonnull)createWithIncidentFlow:(id)incidentFlow;` |
-
modified class method:
+createWithIncidentPoi:inTTMapTrafficCalloutFactoryType of change: | Declaration
From: `+ (id)createWithIncidentPoi:(id)incidentPoi;` |
To: `+ (TTMapTrafficCallout *_Nonnull)createWithIncidentPoi:(id)incidentPoi;` |
-
modified class method:
+createWithIncidentPoi:inTTMapTrafficCalloutFactoryType of change: | Swift declaration
From: `class func create(withIncidentPoi incidentPoi: Any!) -> Any!` |
To: `class func create(withIncidentPoi incidentPoi: Any!) -> TTMapTrafficCallout` |
-
TTMapViewDelegate
-
new method:
-didSourceChanged:inTTMapViewDelegate -
new method:
-didFinishInitializingMap:inTTMapViewDelegate -
new method:
-willStartRenderingFrame:inTTMapViewDelegate -
new method:
-willStartLoadingMap:inTTMapViewDelegate -
new method:
-didFinishLoadingMap:inTTMapViewDelegate -
new method:
-willStartRenderingMap:inTTMapViewDelegate -
new method:
-didFinishRenderingFrame:inTTMapViewDelegate -
new method:
-didFinishLoadingStyle:inTTMapViewDelegate -
new method:
-didFailedLoadingMap:inTTMapViewDelegate -
new method:
-didFinishRenderingMap:inTTMapViewDelegate -
removed method:
-mapView:didDoubleTap:inTTMapViewDelegate -
removed method:
-mapView:didSingleTap:inTTMapViewDelegate -
removed method:
-mapView:didChangedCameraPosition:inTTMapViewDelegate -
removed method:
-mapView:didPanning:inTTMapViewDelegate -
removed method:
-mapView:didLongPress:inTTMapViewDelegate -
removed method:
-mapView:didRotate:inTTMapViewDelegate-
modified protocol:
TTMapViewDelegateType of change: | Declaration
-
From: `@protocol TTMapViewDelegate <NSObject>` |
To: `@protocol TTMapViewDelegate <TTMapViewCameraDelegate, TTMapViewGestureDelegate>` |
-
modified protocol:
TTMapViewDelegateType of change: | Swift declaration
From: `protocol TTMapViewDelegate : NSObjectProtocol` |
To: `protocol TTMapViewDelegate : TTMapViewCameraDelegate, TTMapViewGestureDelegate` |
-
TTCameraPositionBuilder
-
new method:
-withAnimationDuration:inTTCameraPositionBuilder -
new method:
-withZoom:inTTCameraPositionBuilder -
new method:
-buildinTTCameraPositionBuilder -
new class:
TTCameraPositionBuilder -
new method:
-withBearing:inTTCameraPositionBuilder -
new class method:
+createWithCameraPosition:inTTCameraPositionBuilder -
new method:
-withPitch:inTTCameraPositionBuilder -
TTMapStyleConfiguration
-
new method:
-initinTTMapStyleConfiguration -
new class:
TTMapStyleConfiguration -
TTMapStyleConfigurationBuilder
-
new class:
TTMapStyleConfigurationBuilder -
new class method:
+createWithStyleJSON:inTTMapStyleConfigurationBuilder -
new method:
-withLayerSetProperties:withLayerSetSourceNameKey:inTTMapStyleConfigurationBuilder -
new class method:
+createWithStyleURL:inTTMapStyleConfigurationBuilder -
new method:
-initinTTMapStyleConfigurationBuilder -
new method:
-buildinTTMapStyleConfigurationBuilder -
TTTrafficIncidentsStyle
-
modified typedef:
TTTrafficIncidentsStyleType of change: | Declaration
-
From: `typedef NS_ENUM(NSInteger, TTTrafficIncidentsStyle` |
To: `typedef enum TTTrafficIncidentsStyle TTTrafficIncidentsStyle` |
-
TTMapPanningState
-
new enum value:
TTMapPanningChangedinTTMapPanningState -
new enum value:
TTMapPanningEndinTTMapPanningState -
new enum:
TTMapPanningState -
new enum value:
TTMapPanningBegininTTMapPanningState -
new typedef:
TTMapPanningState -
TTCameraBoundingBoxBuilder
-
new method:
-withBearing:inTTCameraBoundingBoxBuilder -
new class:
TTCameraBoundingBoxBuilder -
new method:
-buildinTTCameraBoundingBoxBuilder -
new method:
-withAnimationDuration:inTTCameraBoundingBoxBuilder -
new method:
-withPitch:inTTCameraBoundingBoxBuilder -
new class method:
+createWithBoundingBox:inTTCameraBoundingBoxBuilder -
TTViewportTransform
-
new protocol:
TTViewportTransform -
TTChevronAnimationOptions
-
new property:
animatedCornerRoundinginTTChevronAnimationOptions -
new class:
TTChevronAnimationOptions -
TTTrackingManager
-
new method:
-setTrackingScreenCoordinates:inTTTrackingManager -
new property:
currentPositioninTTTrackingManager -
new method:
-setBearingSmoothingFilter:inTTTrackingManager -
TTMapConfiguration
-
new method:
-initinTTMapConfiguration -
new class:
TTMapConfiguration -
TTTrackingObject
-
new property:
hiddeninTTTrackingObject -
new method:
-setDimmed:inTTTrackingObject -
new method:
-initTrackingObjectType:withNormalIcon:withDimmedIcon:inTTTrackingObject -
new property:
normalIconinTTTrackingObject -
new method:
-setBearing:inTTTrackingObject -
new method:
-setGpsRadiusAreaColor:inTTTrackingObject -
removed property:
dimmedIconNameinTTTrackingObject -
removed property:
normalIconNameinTTTrackingObject -
removed method:
-initTrackingObjectType:withNormalIcon:withNormalIconName:withDimmedIcon:withDimmedIconName:inTTTrackingObject-
modified property:
typeinTTTrackingObjectType of change: | Declaration
-
From: `@property (nonatomic, readonly) TTTrackingObjectType type` |
To: `@property(nonatomic, readonly) TTTrackingObjectType type` |
-
modified property:
dimmedIconinTTTrackingObjectType of change: | Declaration
From: `@property (nonatomic, readonly) UIImage *_Nonnull dimmedIcon` |
To: `@property(nonatomic, readonly) UIImage *_Nonnull dimmedIcon` |
-
TTMapTrafficData
-
new class:
TTMapTrafficData -
TTLogoVerticalPosition
-
new typedef:
TTLogoVerticalPosition -
new enum value:
topinTTLogoVerticalPosition -
new enum:
TTLogoVerticalPosition -
new enum value:
bottominTTLogoVerticalPosition -
TTMapStyleDefaultConfiguration
-
new class:
TTMapStyleDefaultConfiguration -
TTMapRoute
-
new method:
-segmentCountinTTMapRoute -
new method:
-routeStyleForSegment:inTTMapRoute -
new method:
-addCoordinates:count:withRouteStyle:inTTMapRoute -
removed method:
-fullRouteinTTMapRoute -
removed method:
-coordinatesDatainTTMapRoute -
removed class method:
+routeWithCoordinatesData:imageStart:imageEnd:inTTMapRoute -
removed method:
-coordinatesCountinTTMapRoute -
removed class method:
+routeWithCoordinates:count:imageStart:imageEnd:inTTMapRoute -
removed class method:
+routeWithRouteData:inTTMapRoute -
removed class method:
+routeWithRouteData:imageStart:imageEnd:inTTMapRoute -
removed property:
activeinTTMapRoute-
modified class method:
+routeWithCoordinates:count:inTTMapRouteType of change: | Declaration
-
From: `+ (TTMapRoute *_Nonnull)routeWithCoordinates:(CLLocationCoordinate2D *_Nonnull)coordinates count:(NSUInteger)count;` |
To: `+ (TTMapRoute *_Nonnull)routeWithCoordinates:(CLLocationCoordinate2D *_Nonnull)coordinates count:(NSUInteger)count;` |
-
modified class method:
+routeWithCoordinatesData:withRouteStyle:imageStart:imageEnd:inTTMapRouteType of change: | Declaration
From: `+ (TTMapRoute *_Nonnull)routeWithCoordinatesData:(id<TTCoordinatesData> _Nonnull)coordinatesData withRouteStyle:(TTMapRouteStyle* _Nonnull)routeStyle imageStart:(UIImage * _Nullable)imageStart imageEnd:(UIImage * _Nullable)imageEnd;` |
To: `+ (TTMapRoute *_Nonnull)routeWithCoordinatesData:(id<TTCoordinatesData> _Nonnull)coordinatesData withRouteStyle:(TTMapRouteStyle *_Nonnull)routeStyle imageStart:(UIImage *_Nullable)imageStart imageEnd:(UIImage *_Nullable)imageEnd;` |
-
modified class method:
+routeWithCoordinates:count:withRouteStyle:imageStart:imageEnd:inTTMapRouteType of change: | Declaration
From: `+ (TTMapRoute *_Nonnull)routeWithCoordinates:(CLLocationCoordinate2D *_Nonnull)coordinates count:(NSUInteger)count withRouteStyle:(TTMapRouteStyle* _Nonnull)routeStyle imageStart:(UIImage * _Nullable)imageStart imageEnd:(UIImage * _Nullable)imageEnd;` |
To: `+ (TTMapRoute *_Nonnull)routeWithCoordinates:(CLLocationCoordinate2D *_Nonnull)coordinates count:(NSUInteger)count withRouteStyle:(TTMapRouteStyle *_Nonnull)routeStyle imageStart:(UIImage *_Nullable)imageStart imageEnd:(UIImage *_Nullable)imageEnd;` |
-
modified method:
-initinTTMapRouteType of change: | Declaration
From: `- (instancetype _Nonnull )init NS_UNAVAILABLE;` |
To: `- (instancetype _Nonnull)init NS_UNAVAILABLE;` |
-
TTMapRouteStyleLayer
-
new property:
widthinTTMapRouteStyleLayer -
new property:
capTypeinTTMapRouteStyleLayer -
new property:
colorinTTMapRouteStyleLayer -
new property:
joinTypeinTTMapRouteStyleLayer -
new class:
TTMapRouteStyleLayer -
new property:
dashArrayinTTMapRouteStyleLayer -
TTCenterOnGeometryBuilder
-
new method:
-initinTTCenterOnGeometryBuilder -
new class method:
+createWithGeometry:withPadding:inTTCenterOnGeometryBuilder -
new method:
-withPitch:inTTCenterOnGeometryBuilder -
new method:
-withBearing:inTTCenterOnGeometryBuilder -
new method:
-buildinTTCenterOnGeometryBuilder -
new class:
TTCenterOnGeometryBuilder -
TTMapRouteStyleLayerBuilder
-
new method:
-withColor:inTTMapRouteStyleLayerBuilder -
new method:
-withWidth:inTTMapRouteStyleLayerBuilder -
new class:
TTMapRouteStyleLayerBuilder -
new method:
-withDashArray:inTTMapRouteStyleLayerBuilder -
new method:
-withLineJoinType:inTTMapRouteStyleLayerBuilder -
new method:
-buildinTTMapRouteStyleLayerBuilder -
new method:
-withLineCapType:inTTMapRouteStyleLayerBuilder -
TTAnnotationDelegate
-
removed method:
-annotationSelected:inTTAnnotationDelegate -
removed method:
-annotationDeselected:inTTAnnotationDelegate -
removed method:
-viewForSelectedAnnotation:inTTAnnotationDelegate -
removed method:
-touchUpCircle:inTTAnnotationDelegate -
removed method:
-touchUpPolyline:inTTAnnotationDelegate -
removed method:
-touchUpPolygon:inTTAnnotationDelegate -
TTCenterOnPointBuilder
-
new method:
-withPadding:inTTCenterOnPointBuilder -
new method:
-withBearing:inTTCenterOnPointBuilder -
new method:
-buildinTTCenterOnPointBuilder -
new method:
-withPitch:inTTCenterOnPointBuilder -
new class:
TTCenterOnPointBuilder -
new method:
-initinTTCenterOnPointBuilder -
new class method:
+createWithCenter:inTTCenterOnPointBuilder -
new method:
-withZoom:inTTCenterOnPointBuilder -
TTRouteTrafficStyle
-
new property:
routeStyleinTTRouteTrafficStyle -
new class:
TTRouteTrafficStyle -
new method:
-initWithRouteStyle:inTTRouteTrafficStyle -
TTCurrentPositionTrackingObject
-
new method:
-initinTTCurrentPositionTrackingObject -
new method:
-setDimmedInaccuracyAreaColor:inTTCurrentPositionTrackingObject -
new method:
-setInaccuracyAreaColor:inTTCurrentPositionTrackingObject -
TTMapImageSource
-
new class:
TTMapImageSource -
new method:
-setCoordinates:inTTMapImageSource -
new method:
-initinTTMapImageSource -
new method:
-setImage:inTTMapImageSource -
new class method:
+createWithID:image:coordinates:inTTMapImageSource -
new method:
-setURL:inTTMapImageSource -
TTLogoHorizontalPosition
-
new typedef:
TTLogoHorizontalPosition -
new enum:
TTLogoHorizontalPosition -
new enum value:
rightinTTLogoHorizontalPosition -
new enum value:
leftinTTLogoHorizontalPosition -
TT_API_PUBLIC_PREVIEW
-
new sourcekitten.source.lang.objc.decl.function:
TT_API_PUBLIC_PREVIEW -
TTMapGeoJSONSource
-
new method:
-setGeoJSON:inTTMapGeoJSONSource -
new method:
-setUrl:inTTMapGeoJSONSource -
new method:
-initinTTMapGeoJSONSource -
new class method:
+createWithID:inTTMapGeoJSONSource -
new class:
TTMapGeoJSONSource -
new method:
-refreshUrlContentinTTMapGeoJSONSource -
new method:
-setGeoJSONObject:inTTMapGeoJSONSource -
TTAnnotationManager
-
new method:
-updateMarkerImage:newImage:inTTAnnotationManager -
new method:
-removeAnnotations:inTTAnnotationManager -
new method:
-addAnnotations:inTTAnnotationManager -
TTMapSource
-
new class method:
+createWithSourceJSON:inTTMapSource -
new class:
TTMapSource -
new method:
-initinTTMapSource -
new property:
IDinTTMapSource -
TTStyleManager
-
new method:
-loadStyleFromUrl:withCompletion:inTTStyleManager -
new protocol:
TTStyleManager -
new method:
-loadStyleConfiguration:withCompletion:inTTStyleManager -
new property:
currentStyleinTTStyleManager -
new method:
-loadStyleFromJson:withCompletion:inTTStyleManager -
TTMapCenteredState
-
new enum value:
TTMapCenteredFinishinTTMapCenteredState -
new typedef:
TTMapCenteredState -
new enum value:
TTMapCenteredCancelinTTMapCenteredState -
new enum:
TTMapCenteredState -
TTMapStyle
-
new method:
-getLayersBySourceLayerRegex:inTTMapStyle -
new method:
-getSource:withVisitor:inTTMapStyle -
new method:
-addLayer:inTTMapStyle -
new method:
-moveLayerToFrontWithId:inTTMapStyle -
new method:
-removeImage:inTTMapStyle -
new method:
-getLayersByRegex:inTTMapStyle -
new method:
-moveLayerToFront:inTTMapStyle -
new method:
-addSource:inTTMapStyle -
new class:
TTMapStyle -
new method:
-getLayersBySourceLayerRegexs:inTTMapStyle -
new method:
-layerExists:inTTMapStyle -
new method:
-getLayersByRegexs:inTTMapStyle -
new method:
-removeSource:withVisitor:inTTMapStyle -
new method:
-getLayersinTTMapStyle -
new method:
-getLayerByID:inTTMapStyle -
new method:
-moveLayer:behindLayer:inTTMapStyle -
new method:
-addImage:withID:inTTMapStyle -
new method:
-getImage:inTTMapStyle -
new method:
-sourceExists:inTTMapStyle -
new method:
-removeLayer:inTTMapStyle -
new method:
-addLayer:withReference:inTTMapStyle -
TTCameraPosition
-
new property:
zoomLevelinTTCameraPosition -
removed method:
-initWithCamerPosition:withAnimationDuration:withBearing:inTTCameraPosition -
removed method:
-initWithCamerPosition:withAnimationDuration:withBearing:withPitch:inTTCameraPosition -
removed method:
-initWithCamerPosition:withAnimationDuration:inTTCameraPosition -
removed property:
zoominTTCameraPosition -
removed method:
-initWithCamerPosition:withAnimationDuration:withBearing:withPitch:withZoom:inTTCameraPosition-
modified property:
pitchinTTCameraPositionType of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
pitchinTTCameraPositionType of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-hashinTTCameraPositionType of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-hashinTTCameraPositionType of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified class:
TTCameraPositionType of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified class:
TTCameraPositionType of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified class:
TTCameraPositionType of change: | Swift declaration
From: `class TTCameraPosition : NSObject` |
To: `class TTCameraPosition : NSObject, TTCameraConfiguration` |
-
modified property:
bearinginTTCameraPositionType of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
bearinginTTCameraPositionType of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
cameraPositioninTTCameraPositionType of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
cameraPositioninTTCameraPositionType of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-isEqual:inTTCameraPositionType of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-isEqual:inTTCameraPositionType of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
animationDurationinTTCameraPositionType of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
animationDurationinTTCameraPositionType of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
TTMapTrafficCallout
-
new property:
insetinTTMapTrafficCallout-
modified class:
TTMapTrafficCalloutType of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TTMapTrafficCallout.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/Callout/TTMapTrafficCallout.h` |
-
modified class:
TTMapTrafficCalloutType of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TTMapTrafficCallout.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/Callout/TTMapTrafficCallout.h` |
-
TTCalloutView
-
removed property:
annotationinTTCalloutView -
TTMapSourceVisitor
-
new method:
-visitImageSource:inTTMapSourceVisitor -
new protocol:
TTMapSourceVisitor -
new method:
-visitGeoJSONSource:inTTMapSourceVisitor -
new method:
-cantFindSource:inTTMapSourceVisitor -
TTLogoPosition
-
new method:
-initWithVerticalPosition:horizontalPosition:inTTLogoPosition -
new class:
TTLogoPosition -
new method:
-initWithVerticalPosition:horizontalPosition:verticalOffset:horizontalOffset:inTTLogoPosition -
TTMapView
-
new property:
poiDisplayinTTMapView -
new property:
trackingModeinTTMapView -
new method:
-featuresAtCoordinates:inStyleLayerIdentifiers:inTTMapView -
new method:
-initWithMapConfiguration:inTTMapView -
new method:
-findTrafficIncidentDataWithId:inTTMapView -
new method:
-setGeopoliticalViewLocal:inTTMapView -
new method:
-applyInvertedLogoinTTMapView -
new method:
-applyDefaultLogoinTTMapView -
new method:
-setStyleJSON:inTTMapView -
new property:
styleManagerinTTMapView -
new method:
-featuresAtScreenRect:inStyleLayerIdentifiers:inTTMapView -
new method:
-setContentInset:animated:inTTMapView -
new method:
-snapshotWithoutViews:inTTMapView -
new method:
-initWithFrame:mapConfiguration:inTTMapView -
new method:
-featuresAtPoint:inStyleLayerIdentifiers:inTTMapView -
removed method:
-setMapLanguage:inTTMapView -
removed property:
trafficTypeinTTMapView -
removed property:
trafficTileinTTMapView-
modified property:
trafficTileStyleinTTMapViewType of change: | Declaration
-
From: `@property (nonatomic, strong) TTTrafficTileStyle* _Nonnull trafficTileStyle` |
To: `@property(nonatomic, strong) TTTrafficTileStyle *_Nonnull trafficTileStyle` |
-
modified method:
-setCameraPosition:inTTMapViewType of change: | Swift declaration
From: `func setCameraPosition(_ cameraPosition: TTCameraPosition)` |
To: `func setCameraPosition(_ cameraPosition: Any)` |
-
modified method:
-setCameraPosition:inTTMapViewType of change: | Declaration
From: `- (void)setCameraPosition:(TTCameraPosition *_Nonnull)cameraPosition;` |
To: `- (void)setCameraPosition:(id _Nonnull)cameraPosition;` |
-
modified method:
-cameraPositioninTTMapViewType of change: | Declaration
From: `- (TTCameraPosition *_Nonnull)cameraPosition;` |
To: `- (id)cameraPosition;` |
-
modified method:
-cameraPositioninTTMapViewType of change: | Swift declaration
From: `func cameraPosition() -> TTCameraPosition` |
To: `func cameraPosition() -> Any!` |
-
modified method:
-cameraPositioninTTMapViewType of change: | key.doc.result_discussion
From: `( { Para = "TTCameraPostion object present current state of camera."; kind = ""; } )`
|
To: `( { Para = "TTCameraPostion The object present with the current state of the camera."; kind = ""; } )`
|
-
TTMapTrafficTileType
-
removed enum value:
TTMapTrafficTileTypeRasterinTTMapTrafficTileType -
removed typedef:
TTMapTrafficTileType -
removed enum value:
TTMapTrafficTileTypeVectorinTTMapTrafficTileType -
removed enum:
TTMapTrafficTileType -
TTMapRouteStyleBuilder
-
new method:
-withLineJoinType:inTTMapRouteStyleBuilder -
new method:
-withLineCapType:inTTMapRouteStyleBuilder -
new method:
-withDashArray:inTTMapRouteStyleBuilder -
TTMapTrafficIncidentCluster
-
new property:
coordinateinTTMapTrafficIncidentCluster -
TTStyleConfiguration
-
new class:
TTStyleConfiguration -
TTTollRoadStatus
-
modified enum:
TTTollRoadStatusType of change: | Declaration
-
From: `NS_ENUM (NSInteger, TTTollRoadStatus) { TTTollRoadStatusUnknown, TTTollRoadStatusYes, TTTollRoadStatusNo }`
|
To: `enum TTTollRoadStatus {}`
|
-
modified typedef:
TTTollRoadStatusType of change: | Declaration
From: `typedef NS_ENUM (NSInteger, TTTollRoadStatus` |
To: `typedef enum TTTollRoadStatus TTTollRoadStatus` |
-
TTPolyline
-
modified class method:
+polylineWithCoordinatesData:opacity:width:color:inTTPolylineType of change: | Declaration
-
From: `+ (instancetype _Nonnull)polylineWithCoordinatesData:(id<TTCoordinatesData> _Nonnull)coordinatesData opacity:(float)opacity width:(float)width color:(UIColor* _Nonnull)color;` |
To: `+ (instancetype _Nonnull)polylineWithCoordinatesData:(id<TTCoordinatesData> _Nonnull)coordinatesData opacity:(float)opacity width:(float)width color:(UIColor *_Nonnull)color;` |
-
TTCenterOnPoint
-
new method:
-initinTTCenterOnPoint -
new class:
TTCenterOnPoint -
TTLineJoinType
-
new enum value:
TTLineJoinTypeRoundinTTLineJoinType -
new enum value:
TTLineJoinTypeMiterinTTLineJoinType -
new typedef:
TTLineJoinType -
new enum:
TTLineJoinType -
new enum value:
TTLineJoinTypeBevelinTTLineJoinType -
TTAnnotation
-
removed class method:
+annotationWithCoordinate:image:tag:anchor:type:inTTAnnotation -
removed method:
-initWithCoordinate:image:tag:anchor:type:inTTAnnotation -
removed class method:
+defaultImageinTTAnnotation -
TTMapConfigurationBuilder
-
new method:
-initinTTMapConfigurationBuilder -
new method:
-withMapStyleConfiguration:inTTMapConfigurationBuilder -
new method:
-withViewportTransform:inTTMapConfigurationBuilder -
new method:
-withTomTomLogoPosition:inTTMapConfigurationBuilder -
new method:
-withTrafficKey:inTTMapConfigurationBuilder -
new class:
TTMapConfigurationBuilder -
new method:
-buildinTTMapConfigurationBuilder -
new method:
-withMapKey:inTTMapConfigurationBuilder -
new class method:
+createBuilderinTTMapConfigurationBuilder -
TTPositionUpdate
-
modified protocol:
TTPositionUpdateType of change: | Declaration
-
From: `@protocol TTPositionUpdate<NSObject> @optional /** Update position of tracking object. @param location TTLocation object. */ - (void)didUpdateTrackingObjectLocation:(TTLocation * _Nonnull)location; @end` |
To: `@protocol TTPositionUpdate <NSObject>` |
-
LayerSetSourceNameFlowVector
-
new constant:
LayerSetSourceNameFlowVector -
TTPolygon
-
modified class method:
+polygonWithCoordinatesData:opacity:color:colorOutline:inTTPolygonType of change: | Declaration
-
From: `+ (instancetype _Nonnull)polygonWithCoordinatesData:(id<TTCoordinatesData> _Nonnull)coordinatesData opacity:(float)opacity color:(UIColor* _Nonnull)color colorOutline:(UIColor* _Nonnull)colorOutline;` |
To: `+ (instancetype _Nonnull)polygonWithCoordinatesData:(id<TTCoordinatesData> _Nonnull)coordinatesData opacity:(float)opacity color:(UIColor *_Nonnull)color colorOutline:(UIColor *_Nonnull)colorOutline;` |
-
TTLatLngQuad
-
new property:
bottomLeftinTTLatLngQuad -
new method:
-initWithTopLeft:withTopRight:withBottomRight:withBottomLeft:inTTLatLngQuad -
new property:
bottomRightinTTLatLngQuad -
new property:
topLeftinTTLatLngQuad -
new property:
topRightinTTLatLngQuad -
new class:
TTLatLngQuad -
new method:
-initinTTLatLngQuad -
TTMapViewGestureDelegate
-
new protocol:
TTMapViewGestureDelegate -
new method:
-mapView:didPanning:inState:inTTMapViewGestureDelegate -
new method:
-mapView:didRotate:inTTMapViewGestureDelegate -
new method:
-mapView:didDoubleTap:inTTMapViewGestureDelegate -
new method:
-mapView:didSingleTap:inTTMapViewGestureDelegate -
new method:
-mapView:didLongPress:inTTMapViewGestureDelegate -
TTLocationSource
-
modified protocol:
TTLocationSourceType of change: | Declaration
-
From: `@protocol TTLocationSource <NSObject> @required /** * Activates the provider. The provider will notify the instances periodically, * until the user calls deactivate(). */ - (void)activate; /** * Deactivates this provider. The provider does not send any location notifications. */ - (void)deactivate; @end` |
To: `@protocol TTLocationSource <NSObject>` |
-
TTCameraBoundingBox
-
new property:
boundingBoxinTTCameraBoundingBox -
new property:
pitchinTTCameraBoundingBox -
new property:
bearinginTTCameraBoundingBox -
new class:
TTCameraBoundingBox -
new property:
animationDurationinTTCameraBoundingBox -
TTChevronAnimationOptionsBuilder
-
new class:
TTChevronAnimationOptionsBuilder -
new class method:
+createWithAnimatedCornerRounding:inTTChevronAnimationOptionsBuilder -
new method:
-buildinTTChevronAnimationOptionsBuilder -
TTCenterOnGeometry
-
new method:
-initinTTCenterOnGeometry -
new class:
TTCenterOnGeometry -
TTAnnotationDragState
-
modified enum:
TTAnnotationDragStateType of change: | Declaration
-
From: `NS_ENUM(NSUInteger, TTAnnotationDragState) { TTAnnotationViewDragStateIdle, TTAnnotationViewDragStateStarting, TTAnnotationViewDragStateDragging }`
|
To: `enum TTAnnotationDragState {}`
|
-
modified typedef:
TTAnnotationDragStateType of change: | Declaration
From: `typedef NS_ENUM(NSUInteger, TTAnnotationDragState` |
To: `typedef enum TTAnnotationDragState TTAnnotationDragState` |
-
TTMapTrafficDelegate
-
modified protocol:
TTMapTrafficDelegateType of change: | Declaration
-
From: `@protocol TTMapTrafficDelegate <NSObject> @optional /** Called when trafic flow is clicked @param trafficFlows NSArray<TTMapTrafficFlowTiles*>* at one location can be multiple traffic objects @param position CLLocationCoordinate2D @param mapView TTMapView @return return true to indicate that event was handled otherwise false */ - (BOOL)mapTrafficFlowClicked:(NSArray<TTMapTrafficFlowTiles*>* _Nonnull)trafficFlows atPosition:(CLLocationCoordinate2D)position forMap:(TTMapView* _Nonnull)mapView; /** Called when traffic incident poi is clicked @param trafficIncidentPois NSArray<TTMapTrafficIncidentPoi*>* at one location can be multiple traffic objects @param position CLLocationCoordinate2D @param mapView TTMapView @return return true to indicate that event was handled otherwise false */ - (BOOL)mapTrafficIncidentPoiClicked:(NSArray<TTMapTrafficIncidentPoi*>* _Nonnull)trafficIncidentPois atPosition:(CLLocationCoordinate2D)position forMap:(TTMapView* _Nonnull)mapView; /** Called when traffic incident flow is clicked @param trafficIncidentFlows NSArray<TTMapTrafficIncidentFlow*>* at one location can be multiple traffic objects @param position CLLocationCoordinate2D @param mapView TTMapView @return return true to indicate that event was handled otherwise false */ - (BOOL)mapTrafficIncidentFlowClicked:(NSArray<TTMapTrafficIncidentFlow*>* _Nonnull)trafficIncidentFlows atPosition:(CLLocationCoordinate2D)position forMap:(TTMapView* _Nonnull)mapView; /** Called when traffic incident cluster is clicked @param trafficIncidentCluster TTMapTrafficIncidentCluster @param position CLLocationCoordinate2D @param mapView TTMapView @return return true to indicate that event was handled otherwise false */ - (BOOL)mapTrafficIncidentClusterClicked:(TTMapTrafficIncidentCluster* _Nonnull)trafficIncidentCluster atPosition:(CLLocationCoordinate2D)position forMap:(TTMapView* _Nonnull)mapView; @end` |
To: `@protocol TTMapTrafficDelegate <NSObject>` |
-
TTMapViewCameraDelegate
-
new method:
-mapView:onCameraChanged:inTTMapViewCameraDelegate -
new method:
-mapView:willChangeCameraPosition:inTTMapViewCameraDelegate -
new method:
-mapView:onCameraChanged:withState:inTTMapViewCameraDelegate -
new method:
-mapView:isChangingCameraPosition:inTTMapViewCameraDelegate -
new method:
-mapView:onCenterStatusChanged:inTTMapViewCameraDelegate -
new method:
-mapView:didChangCameraPosition:inTTMapViewCameraDelegate -
new protocol:
TTMapViewCameraDelegate -
TTLeftHandStatus
-
modified typedef:
TTLeftHandStatusType of change: | Declaration
-
From: `typedef NS_ENUM (NSInteger, TTLeftHandStatus` |
To: `typedef enum TTLeftHandStatus TTLeftHandStatus` |
-
modified enum:
TTLeftHandStatusType of change: | Declaration
From: `NS_ENUM (NSInteger, TTLeftHandStatus) { TTLeftHandStatusUnknown, TTLeftHandStatusYes, TTLeftHandStatusNo }`
|
To: `enum TTLeftHandStatus {}`
|
-
TTTrackingObjectType
-
modified typedef:
TTTrackingObjectTypeType of change: | Declaration
-
From: `typedef NS_ENUM(NSInteger, TTTrackingObjectType` |
To: `typedef enum TTTrackingObjectType TTTrackingObjectType` |
-
modified enum:
TTTrackingObjectTypeType of change: | Declaration
From: `NS_ENUM(NSInteger, TTTrackingObjectType) { TTTrackingPositionType, TTTrackingChevronType }`
|
To: `enum TTTrackingObjectType {}`
|
-
typeTTVector
-
modified constant:
typeTTVectorType of change: | Declaration
-
From: `static NSDictionary * _Nonnull typeTTVector` |
To: `static NSDictionary *_Nonnull typeTTVector` |
-
TTCameraConfiguration
-
new property:
animationDurationinTTCameraConfiguration -
new protocol:
TTCameraConfiguration -
new property:
bearinginTTCameraConfiguration -
new property:
pitchinTTCameraConfiguration -
TTMapCameraChangeState
-
new enum value:
TTMapCameraChangeStateEndinTTMapCameraChangeState -
new enum:
TTMapCameraChangeState -
new enum value:
TTMapCameraChangeStateChangedinTTMapCameraChangeState -
new typedef:
TTMapCameraChangeState -
new enum value:
TTMapCameraChangeStateBegininTTMapCameraChangeState -
TTTrafficData
-
new class:
TTTrafficData -
new property:
startPointIndexinTTTrafficData -
new property:
endPointIndexinTTTrafficData -
new method:
-initWithStartPointIndex:andEndPointIndex:inTTTrafficData -
TTMapLayerVisibility
-
new enum:
TTMapLayerVisibility -
new typedef:
TTMapLayerVisibility -
new enum value:
TTMapLayerVisibilityVisibleinTTMapLayerVisibility -
new enum value:
TTMapLayerVisibilityNoneinTTMapLayerVisibility -
TT_DEPRECATED
-
new enum value:
TTGeoViewCNinTTGeoViewinTT_DEPRECATED -
new enum value:
TTGeoViewArabicinTTGeoViewinTT_DEPRECATED -
new enum value:
TTGeoViewTRinTTGeoViewinTT_DEPRECATED -
new enum value:
TTGeoViewMAinTTGeoViewinTT_DEPRECATED -
new enum value:
TTGeoViewPKinTTGeoViewinTT_DEPRECATED -
new enum value:
TTGeoViewRUinTTGeoViewinTT_DEPRECATED -
new enum value:
TTGeoViewARinTTGeoViewinTT_DEPRECATED -
new sourcekitten.source.lang.objc.decl.function:
TT_DEPRECATED -
removed typedef:
TT_DEPRECATED-
modified enum:
TTTrafficIncidentsStyleinTT_DEPRECATEDType of change: | Declaration
-
From: `NS_ENUM(NSInteger, TTTrafficIncidentsStyle) { TTTrafficIncidentsStyleVector, TTTrafficIncidentsStyleRaster }`
|
To: `enum TTTrafficIncidentsStyle {}`
|
-
TTChevronObject
-
new method:
-initWithNormalImage:withDimmedImage:withChevronAnimationOptions:inTTChevronObject -
new method:
-initinTTChevronObject -
new property:
animationOptionsinTTChevronObject -
new property:
showsAccuracyRadiusIfAvailableinTTChevronObject -
removed method:
-initNormalImage:withNormalImageName:withDimmedImage:withDimmedImageName:inTTChevronObject -
TTLayerSetProperties
-
new property:
visibilityinTTLayerSetProperties -
new property:
sourceIDinTTLayerSetProperties -
new class:
TTLayerSetProperties -
new method:
-initWithSourceID:withLayerVisibility:inTTLayerSetProperties -
new method:
-initinTTLayerSetProperties -
TTAnnotationType
-
modified enum:
TTAnnotationTypeType of change: | Declaration
-
From: `NS_ENUM(NSInteger, TTAnnotationType) { TTAnnotationTypeFocal, TTAnnotationTypeDecal }`
|
To: `enum TTAnnotationType {}`
|
-
modified typedef:
TTAnnotationTypeType of change: | Declaration
From: `typedef NS_ENUM(NSInteger, TTAnnotationType` |
To: `typedef enum TTAnnotationType TTAnnotationType` |