-
TTMapViewGestureDelegate
-
new method:
-mapView:didRotate:
inTTMapViewGestureDelegate
-
new method:
-mapView:didPanning:inState:
inTTMapViewGestureDelegate
-
new protocol:
TTMapViewGestureDelegate
-
new method:
-mapView:didDoubleTap:
inTTMapViewGestureDelegate
-
new method:
-mapView:didLongPress:
inTTMapViewGestureDelegate
-
new method:
-mapView:didSingleTap:
inTTMapViewGestureDelegate
-
TTPolyline
-
modified class method:
+polylineWithCoordinatesData:opacity:width:color:
inTTPolyline
Type 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;` |
-
TTTrafficData
-
new property:
startPointIndex
inTTTrafficData
-
new method:
-initWithStartPointIndex:andEndPointIndex:
inTTTrafficData
-
new class:
TTTrafficData
-
new property:
endPointIndex
inTTTrafficData
-
TTLogoPosition
-
new class:
TTLogoPosition
-
new method:
-initWithVerticalPosition:horizontalPosition:
inTTLogoPosition
-
new method:
-initWithVerticalPosition:horizontalPosition:verticalOffset:horizontalOffset:
inTTLogoPosition
-
typeTTVector
-
modified constant:
typeTTVector
Type of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified constant:
typeTTVector
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified constant:
typeTTVector
Type of change: | Declaration
From: `static NSDictionary * _Nonnull typeTTVector` |
To: `static NSDictionary *_Nonnull typeTTVector` |
-
TTMapTrafficCallout
-
new class:
TTMapTrafficCallout
-
new property:
inset
inTTMapTrafficCallout
-
TTTile
-
modified typedef:
TTTile
Type of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
modified typedef:
TTTile
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
TTTrafficTileStyle
-
modified class:
TTTrafficTileStyle
Type of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
modified class:
TTTrafficTileStyle
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
TTAnnotationImage
-
new class method:
+createPNGWithUIImage:
inTTAnnotationImage
-
TTTrackingObject
-
new method:
-initTrackingObjectType:withNormalIcon:withDimmedIcon:
inTTTrackingObject
-
new property:
normalIcon
inTTTrackingObject
-
new method:
-setDimmed:
inTTTrackingObject
-
new method:
-setBearing:
inTTTrackingObject
-
new property:
hidden
inTTTrackingObject
-
new method:
-setGpsRadiusAreaColor:
inTTTrackingObject
-
removed property:
dimmedIconName
inTTTrackingObject
-
removed property:
normalIconName
inTTTrackingObject
-
removed method:
-initTrackingObjectType:withNormalIcon:withNormalIconName:withDimmedIcon:withDimmedIconName:
inTTTrackingObject
-
modified property:
type
inTTTrackingObject
Type of change: | Declaration
-
From: `@property (nonatomic, readonly) TTTrackingObjectType type` |
To: `@property(nonatomic, readonly) TTTrackingObjectType type` |
-
modified property:
dimmedIcon
inTTTrackingObject
Type of change: | Declaration
From: `@property (nonatomic, readonly) UIImage *_Nonnull dimmedIcon` |
To: `@property(nonatomic, readonly) UIImage *_Nonnull dimmedIcon` |
-
LayerSetSourceNameVector
-
new constant:
LayerSetSourceNameVector
-
TTMapViewCameraDelegate
-
new protocol:
TTMapViewCameraDelegate
-
new method:
-mapView:onCameraChanged:withState:
inTTMapViewCameraDelegate
-
new method:
-mapView:onCenterStatusChanged:
inTTMapViewCameraDelegate
-
new method:
-mapView:isChangingCameraPosition:
inTTMapViewCameraDelegate
-
new method:
-mapView:onCameraChanged:
inTTMapViewCameraDelegate
-
new method:
-mapView:willChangeCameraPosition:
inTTMapViewCameraDelegate
-
new method:
-mapView:didChangCameraPosition:
inTTMapViewCameraDelegate
-
TTMapStyle
-
new method:
-removeSource:withVisitor:
inTTMapStyle
-
new method:
-moveLayerToFront:
inTTMapStyle
-
new method:
-removeImage:
inTTMapStyle
-
new method:
-moveLayer:behindLayer:
inTTMapStyle
-
new method:
-getLayers
inTTMapStyle
-
new method:
-addSource:
inTTMapStyle
-
new method:
-addImage:withID:
inTTMapStyle
-
new method:
-getLayersByRegex:
inTTMapStyle
-
new method:
-moveLayerToFrontWithId:
inTTMapStyle
-
new method:
-layerExists:
inTTMapStyle
-
new method:
-sourceExists:
inTTMapStyle
-
new method:
-getLayersByRegexs:
inTTMapStyle
-
new method:
-getLayersBySourceLayerRegex:
inTTMapStyle
-
new method:
-removeLayer:
inTTMapStyle
-
new method:
-addLayer:withReference:
inTTMapStyle
-
new method:
-getSource:withVisitor:
inTTMapStyle
-
new method:
-getLayerByID:
inTTMapStyle
-
new method:
-getLayersBySourceLayerRegexs:
inTTMapStyle
-
new method:
-getImage:
inTTMapStyle
-
new method:
-addLayer:
inTTMapStyle
-
new class:
TTMapStyle
-
TTStyleConfiguration
-
new class:
TTStyleConfiguration
-
TTPositionUpdate
-
modified method:
-didUpdateTrackingObjectLocation:
inTTPositionUpdate
Type of change: | Swift declaration
-
From: `optional func didUpdateTrackingObjectLocation(_ location: TTLocation)` |
To: `optional func didUpdateTrackingObjectLocation(_ location: Any!)` |
-
modified method:
-didUpdateTrackingObjectLocation:
inTTPositionUpdate
Type of change: | Declaration
From: `- (void)didUpdateTrackingObjectLocation:(TTLocation *_Nonnull)location;` |
To: `- (void)didUpdateTrackingObjectLocation:(id)location;` |
-
modified protocol:
TTPositionUpdate
Type 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>` |
-
TTMapRouteStyleLayer
-
new property:
color
inTTMapRouteStyleLayer
-
new class:
TTMapRouteStyleLayer
-
new property:
capType
inTTMapRouteStyleLayer
-
new property:
dashArray
inTTMapRouteStyleLayer
-
new property:
joinType
inTTMapRouteStyleLayer
-
new property:
width
inTTMapRouteStyleLayer
-
TTLayerVisibility
-
new enum:
TTLayerVisibility
-
new typedef:
TTLayerVisibility
-
new enum value:
TTLayerVisibilityNone
inTTLayerVisibility
-
new enum value:
TTLayerVisibilityOriginal
inTTLayerVisibility
-
new enum value:
TTLayerVisibilityVisible
inTTLayerVisibility
-
TTAnnotation
-
removed method:
-initWithCoordinate:image:tag:anchor:type:
inTTAnnotation
-
removed class method:
+defaultImage
inTTAnnotation
-
removed class method:
+annotationWithCoordinate:image:tag:anchor:type:
inTTAnnotation
-
TTMapConfigurationBuilder
-
new method:
-withMapStyleConfiguration:
inTTMapConfigurationBuilder
-
new method:
-withTrafficKey:
inTTMapConfigurationBuilder
-
new class method:
+createBuilder
inTTMapConfigurationBuilder
-
new class:
TTMapConfigurationBuilder
-
new method:
-withViewportTransform:
inTTMapConfigurationBuilder
-
new method:
-build
inTTMapConfigurationBuilder
-
new method:
-withMapKey:
inTTMapConfigurationBuilder
-
new method:
-init
inTTMapConfigurationBuilder
-
new method:
-withTomTomLogoPosition:
inTTMapConfigurationBuilder
-
TTMapGeoJSONSource
-
new method:
-setUrl:
inTTMapGeoJSONSource
-
new method:
-refreshUrlContent
inTTMapGeoJSONSource
-
new class:
TTMapGeoJSONSource
-
new method:
-setGeoJSONObject:
inTTMapGeoJSONSource
-
new method:
-setGeoJSON:
inTTMapGeoJSONSource
-
new class method:
+createWithID:
inTTMapGeoJSONSource
-
new method:
-init
inTTMapGeoJSONSource
-
TTLatLngQuad
-
new property:
topRight
inTTLatLngQuad
-
new method:
-initWithTopLeft:withTopRight:withBottomRight:withBottomLeft:
inTTLatLngQuad
-
new property:
topLeft
inTTLatLngQuad
-
new property:
bottomLeft
inTTLatLngQuad
-
new class:
TTLatLngQuad
-
new property:
bottomRight
inTTLatLngQuad
-
new method:
-init
inTTLatLngQuad
-
TTMapSource
-
new property:
ID
inTTMapSource
-
new class method:
+createWithSourceJSON:
inTTMapSource
-
new class:
TTMapSource
-
new method:
-init
inTTMapSource
-
TTOverlay
-
new property:
tag
inTTOverlay
-
TTMapTrafficIncidentBase
-
new property:
isLeftHandTraffic
inTTMapTrafficIncidentBase
-
new property:
trafficroadCoverage
inTTMapTrafficIncidentBase
-
new class:
TTMapTrafficIncidentBase
-
new property:
magnitude
inTTMapTrafficIncidentBase
-
new property:
roadType
inTTMapTrafficIncidentBase
-
new method:
-init
inTTMapTrafficIncidentBase
-
new property:
incidentID
inTTMapTrafficIncidentBase
-
TTLayerSetProperties
-
new property:
visibility
inTTLayerSetProperties
-
new class:
TTLayerSetProperties
-
new method:
-init
inTTLayerSetProperties
-
new method:
-initWithSourceID:withLayerVisibility:
inTTLayerSetProperties
-
new property:
sourceID
inTTLayerSetProperties
-
TTMapViewDelegate
-
new method:
-didFinishLoadingMap:
inTTMapViewDelegate
-
new method:
-didFinishLoadingStyle:
inTTMapViewDelegate
-
new method:
-didFinishRenderingMap:
inTTMapViewDelegate
-
new method:
-didFailedLoadingMap:
inTTMapViewDelegate
-
new method:
-didSourceChanged:
inTTMapViewDelegate
-
new method:
-willStartRenderingMap:
inTTMapViewDelegate
-
new method:
-didFinishInitializingMap:
inTTMapViewDelegate
-
new method:
-willStartLoadingMap:
inTTMapViewDelegate
-
new method:
-didFinishRenderingFrame:
inTTMapViewDelegate
-
new method:
-willStartRenderingFrame:
inTTMapViewDelegate
-
removed method:
-mapView:didPanning:
inTTMapViewDelegate
-
removed method:
-mapView:didLongPress:
inTTMapViewDelegate
-
removed method:
-mapView:didSingleTap:
inTTMapViewDelegate
-
removed method:
-mapView:didRotate:
inTTMapViewDelegate
-
removed method:
-mapView:didDoubleTap:
inTTMapViewDelegate
-
modified protocol:
TTMapViewDelegate
Type of change: | Swift declaration
-
From: `protocol TTMapViewDelegate : NSObjectProtocol` |
To: `protocol TTMapViewDelegate : TTMapViewCameraDelegate, TTMapViewGestureDelegate` |
-
modified protocol:
TTMapViewDelegate
Type of change: | Declaration
From: `@protocol TTMapViewDelegate <NSObject>` |
To: `@protocol TTMapViewDelegate <TTMapViewCameraDelegate, TTMapViewGestureDelegate>` |
-
TTChevronAnimationOptionsBuilder
-
new class method:
+createWithAnimatedCornerRounding:
inTTChevronAnimationOptionsBuilder
-
new method:
-build
inTTChevronAnimationOptionsBuilder
-
new class:
TTChevronAnimationOptionsBuilder
-
TTMapSourceVisitor
-
new method:
-visitImageSource:
inTTMapSourceVisitor
-
new method:
-visitGeoJSONSource:
inTTMapSourceVisitor
-
new protocol:
TTMapSourceVisitor
-
new method:
-cantFindSource:
inTTMapSourceVisitor
-
TTUserTrackingMode
-
new enum value:
TTUserTrackingFollow
inTTUserTrackingMode
-
new enum value:
TTUserTrackingNone
inTTUserTrackingMode
-
new enum:
TTUserTrackingMode
-
new enum value:
TTUserTrackingFollowWithHeading
inTTUserTrackingMode
-
new typedef:
TTUserTrackingMode
-
TTMapTrafficDelegate
-
new method:
-mapTrafficIncidentPoiClicked:atPosition:forMap:
inTTMapTrafficDelegate
-
new method:
-mapTrafficIncidentFlowClicked:atPosition:forMap:
inTTMapTrafficDelegate
-
new method:
-mapTrafficIncidentClusterClicked:atPosition:forMap:
inTTMapTrafficDelegate
-
new method:
-mapTrafficFlowClicked:atPosition:forMap:
inTTMapTrafficDelegate
-
new protocol:
TTMapTrafficDelegate
-
TTTrackingManager
-
new method:
-setTrackingScreenCoordinates:
inTTTrackingManager
-
new property:
currentPosition
inTTTrackingManager
-
new method:
-setBearingSmoothingFilter:
inTTTrackingManager
-
TTRouteDelegate
-
modified protocol:
TTRouteDelegate
Type 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>` |
-
TTMapTrafficTileType
-
removed typedef:
TTMapTrafficTileType
-
removed enum:
TTMapTrafficTileType
-
removed enum value:
TTMapTrafficTileTypeVector
inTTMapTrafficTileType
-
removed enum value:
TTMapTrafficTileTypeRaster
inTTMapTrafficTileType
-
TTRouteManager
-
new method:
-activateProgressAlongTheRoute:withStyling:
inTTRouteManager
-
new method:
-showTrafficOnRoute:withStyling:
inTTRouteManager
-
new method:
-updateProgressAlongTheRoute:withTTLocation:
inTTRouteManager
-
new method:
-updateRoute:style:
inTTRouteManager
-
new method:
-hideTrafficFromRoute:
inTTRouteManager
-
new method:
-bringToFrontRoute:
inTTRouteManager
-
new method:
-deactivateProgressAlongTheRoute:
inTTRouteManager
-
modified property:
delegate
inTTRouteManager
Type of change: | Declaration
-
From: `@property (nonatomic, weak) id <TTRouteDelegate> _Nullable delegate` |
To: `@property(nonatomic, weak) id<TTRouteDelegate> _Nullable delegate` |
-
TTLegacyMapStyleConfiguration
-
new property:
styleURL
inTTLegacyMapStyleConfiguration
-
new method:
-initWithStyleURL:
inTTLegacyMapStyleConfiguration
-
new class:
TTLegacyMapStyleConfiguration
-
TTAnnotationDragState
-
modified enum:
TTAnnotationDragState
Type of change: | Declaration
-
From: `NS_ENUM(NSUInteger, TTAnnotationDragState) { TTAnnotationViewDragStateIdle, TTAnnotationViewDragStateStarting, TTAnnotationViewDragStateDragging }` |
To: `enum TTAnnotationDragState {}` |
-
modified typedef:
TTAnnotationDragState
Type of change: | Declaration
From: `typedef NS_ENUM(NSUInteger, TTAnnotationDragState` |
To: `typedef enum TTAnnotationDragState TTAnnotationDragState` |
-
TTTrafficIncidentsStyle
-
modified typedef:
TTTrafficIncidentsStyle
Type of change: | Declaration
-
From: `typedef NS_ENUM(NSInteger, TTTrafficIncidentsStyle` |
To: `typedef enum TTTrafficIncidentsStyle TTTrafficIncidentsStyle` |
-
TTMapStyleDefaultConfiguration
-
new class:
TTMapStyleDefaultConfiguration
-
TTViewportTransform
-
new protocol:
TTViewportTransform
-
TTLineCapType
-
new enum value:
TTLineCapTypeSquare
inTTLineCapType
-
new enum value:
TTLineCapTypeRound
inTTLineCapType
-
new enum value:
TTLineCapTypeButt
inTTLineCapType
-
new enum:
TTLineCapType
-
new typedef:
TTLineCapType
-
TTCameraPositionBuilder
-
new class method:
+createWithCameraPosition:
inTTCameraPositionBuilder
-
new method:
-withAnimationDuration:
inTTCameraPositionBuilder
-
new method:
-withZoom:
inTTCameraPositionBuilder
-
new method:
-withPitch:
inTTCameraPositionBuilder
-
new method:
-withBearing:
inTTCameraPositionBuilder
-
new class:
TTCameraPositionBuilder
-
new method:
-build
inTTCameraPositionBuilder
-
TTMapView
-
new property:
trafficDelegate
inTTMapView
-
new method:
-featuresAtPoint:inStyleLayerIdentifiers:
inTTMapView
-
new method:
-setStyleJSON:
inTTMapView
-
new method:
-initWithFrame:mapConfiguration:
inTTMapView
-
new method:
-coordinateForPoint:
inTTMapView
-
new method:
-findTrafficIncidentDataWithId:
inTTMapView
-
new method:
-snapshotWithoutViews:
inTTMapView
-
new method:
-closeTrafficCallout
inTTMapView
-
new method:
-setContentInset:animated:
inTTMapView
-
new property:
trackingMode
inTTMapView
-
new property:
poiDisplay
inTTMapView
-
new property:
styleManager
inTTMapView
-
new method:
-featuresAtScreenRect:inStyleLayerIdentifiers:
inTTMapView
-
new method:
-pointForCoordinate:
inTTMapView
-
new method:
-displayTrafficCallout:atPosition:
inTTMapView
-
new method:
-applyDefaultLogo
inTTMapView
-
new method:
-featuresAtCoordinates:inStyleLayerIdentifiers:
inTTMapView
-
new method:
-dataSet
inTTMapView
-
new method:
-setLanguage:
inTTMapView
-
new method:
-initWithMapConfiguration:
inTTMapView
-
new method:
-applyInvertedLogo
inTTMapView
-
new method:
-setGeopoliticalViewLocal:
inTTMapView
-
removed property:
trafficType
inTTMapView
-
removed property:
trafficTile
inTTMapView
-
removed method:
-setMapLanguage:
inTTMapView
-
modified method:
-setCameraPosition:
inTTMapView
Type of change: | Declaration
-
From: `- (void)setCameraPosition:(TTCameraPosition *_Nonnull)cameraPosition;` |
To: `- (void)setCameraPosition:(id _Nonnull)cameraPosition;` |
-
modified method:
-setCameraPosition:
inTTMapView
Type of change: | Swift declaration
From: `func setCameraPosition(_ cameraPosition: TTCameraPosition)` |
To: `func setCameraPosition(_ cameraPosition: Any)` |
-
modified property:
trafficTileStyle
inTTMapView
Type of change: | Declaration
From: `@property (nonatomic, strong) TTTrafficTileStyle* _Nonnull trafficTileStyle` |
To: `@property(nonatomic, strong) TTTrafficTileStyle *_Nonnull trafficTileStyle` |
-
modified method:
-cameraPosition
inTTMapView
Type of change: | Declaration
From: `- (TTCameraPosition *_Nonnull)cameraPosition;` |
To: `- (id)cameraPosition;` |
-
modified method:
-cameraPosition
inTTMapView
Type 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 = ""; } )` |
-
modified method:
-cameraPosition
inTTMapView
Type of change: | Swift declaration
From: `func cameraPosition() -> TTCameraPosition` |
To: `func cameraPosition() -> Any!` |
-
TTMapTrafficIncidentFlow
-
new method:
-init
inTTMapTrafficIncidentFlow
-
new method:
-coordinateAt:
inTTMapTrafficIncidentFlow
-
new class:
TTMapTrafficIncidentFlow
-
new property:
coordinatesCount
inTTMapTrafficIncidentFlow
-
TTMapConfiguration
-
new method:
-init
inTTMapConfiguration
-
new class:
TTMapConfiguration
-
TTLocationSource
-
modified protocol:
TTLocationSource
Type 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>` |
-
TTCameraBoundingBoxBuilder
-
new method:
-withPitch:
inTTCameraBoundingBoxBuilder
-
new class:
TTCameraBoundingBoxBuilder
-
new method:
-withBearing:
inTTCameraBoundingBoxBuilder
-
new method:
-withAnimationDuration:
inTTCameraBoundingBoxBuilder
-
new class method:
+createWithBoundingBox:
inTTCameraBoundingBoxBuilder
-
new method:
-build
inTTCameraBoundingBoxBuilder
-
TTStyleManager
-
new method:
-loadStyleFromUrl:withCompletion:
inTTStyleManager
-
new property:
currentStyle
inTTStyleManager
-
new method:
-loadStyleFromJson:withCompletion:
inTTStyleManager
-
new protocol:
TTStyleManager
-
new method:
-loadStyleConfiguration:withCompletion:
inTTStyleManager
-
TTRouteTrafficStyle
-
new method:
-initWithRouteStyle:
inTTRouteTrafficStyle
-
new class:
TTRouteTrafficStyle
-
new property:
routeStyle
inTTRouteTrafficStyle
-
TTChevronAnimationOptions
-
new class:
TTChevronAnimationOptions
-
new property:
animatedCornerRounding
inTTChevronAnimationOptions
-
TTMapTrafficType
-
removed enum value:
TTMapTrafficIncidents
inTTMapTrafficType
-
removed typedef:
TTMapTrafficType
-
removed enum value:
TTMapTrafficNone
inTTMapTrafficType
-
removed enum:
TTMapTrafficType
-
removed enum value:
TTMapTrafficFlow
inTTMapTrafficType
-
TTCenterOnPoint
-
new method:
-init
inTTCenterOnPoint
-
new class:
TTCenterOnPoint
-
TTMapRouteStyle
-
new method:
-init
inTTMapRouteStyle
-
new class method:
+defaultInactiveStyle
inTTMapRouteStyle
-
new class:
TTMapRouteStyle
-
new class method:
+defaultActiveStyle
inTTMapRouteStyle
-
new property:
width
inTTMapRouteStyle
-
new property:
fillColor
inTTMapRouteStyle
-
new property:
outlineColor
inTTMapRouteStyle
-
TTRasterTileType
-
modified class:
TTRasterTileType
Type of change: | key.doc.file
-
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified class:
TTRasterTileType
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified class method:
+setStyle:
inTTRasterTileType
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified class method:
+setStyle:
inTTRasterTileType
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
TTMapTrafficDelegateDefault
-
new class:
TTMapTrafficDelegateDefault
-
LayerSetSourceNameKey
-
new typedef:
LayerSetSourceNameKey
-
TT_API_BETA
-
removed sourcekitten.source.lang.objc.decl.function:
TT_API_BETA
-
TTMapLayer
-
new property:
sourceID
inTTMapLayer
-
new property:
minZoom
inTTMapLayer
-
new property:
ID
inTTMapLayer
-
new class method:
+createSymbolWithID:withSourceID:withImage:withMap:
inTTMapLayer
-
new method:
-init
inTTMapLayer
-
new class:
TTMapLayer
-
new property:
maxZoom
inTTMapLayer
-
new property:
sourceLayerID
inTTMapLayer
-
new class method:
+createRasterWithID:withSourceID:withMap:
inTTMapLayer
-
new class method:
+createWithStyleJSON:withMap:
inTTMapLayer
-
new property:
visibility
inTTMapLayer
-
TTMapImageSource
-
new method:
-setCoordinates:
inTTMapImageSource
-
new method:
-setURL:
inTTMapImageSource
-
new method:
-setImage:
inTTMapImageSource
-
new class:
TTMapImageSource
-
new method:
-init
inTTMapImageSource
-
new class method:
+createWithID:image:coordinates:
inTTMapImageSource
-
LayerSetSourceNameFlowVector
-
new constant:
LayerSetSourceNameFlowVector
-
TTTrackingObjectType
-
modified enum:
TTTrackingObjectType
Type of change: | Declaration
-
From: `NS_ENUM(NSInteger, TTTrackingObjectType) { TTTrackingPositionType, TTTrackingChevronType }` |
To: `enum TTTrackingObjectType {}` |
-
modified typedef:
TTTrackingObjectType
Type of change: | Declaration
From: `typedef NS_ENUM(NSInteger, TTTrackingObjectType` |
To: `typedef enum TTTrackingObjectType TTTrackingObjectType` |
-
TT_DEPRECATED
-
new enum value:
TTTrafficIncidentsStyleVector
inTTTrafficIncidentsStyle
inTT_DEPRECATED
-
new enum value:
TTGeoViewArabic
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewMA
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewPK
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewRU
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewTR
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewCN
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewAR
inTTGeoView
inTT_DEPRECATED
-
new sourcekitten.source.lang.objc.decl.function:
TT_DEPRECATED
-
modified enum:
TTTile
inTT_DEPRECATED
Type of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
modified enum:
TTTile
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
modified enum value:
TTTileVector
inTTTile
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
modified enum value:
TTTileVector
inTTTile
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
modified enum value:
TTRasterStyleRelative
inTTRasterStyle
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified enum value:
TTRasterStyleRelative
inTTRasterStyle
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified enum value:
TTVectorStyleRelative
inTTVectorStyle
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified enum value:
TTVectorStyleRelative
inTTVectorStyle
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified enum value:
TTVectorStyleAbsolute
inTTVectorStyle
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified enum value:
TTVectorStyleAbsolute
inTTVectorStyle
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified enum value:
TTTileRaster
inTTTile
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
modified enum value:
TTTileRaster
inTTTile
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTTrafficTileStyle.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTTrafficTileStyle.h` |
-
modified enum:
TTVectorStyle
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified enum:
TTVectorStyle
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified enum:
TTRasterStyle
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified enum:
TTRasterStyle
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified enum value:
TTRasterStyleAbsolute
inTTRasterStyle
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified enum value:
TTRasterStyleAbsolute
inTTRasterStyle
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified enum:
TTTrafficIncidentsStyle
inTT_DEPRECATED
Type of change: | Declaration
From: `NS_ENUM(NSInteger, TTTrafficIncidentsStyle) { TTTrafficIncidentsStyleRaster }` |
To: `enum TTTrafficIncidentsStyle {}` |
-
modified enum value:
TTRasterStyleReducedSensitivity
inTTRasterStyle
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified enum value:
TTRasterStyleReducedSensitivity
inTTRasterStyle
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified enum value:
TTTrafficIncidentsStyleRaster
inTTTrafficIncidentsStyle
inTT_DEPRECATED
Type of change: | Swift declaration
From: `case raster = 0` |
To: `case raster = 1` |
-
modified enum value:
TTVectorStyleRelativeDelay
inTTVectorStyle
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified enum value:
TTVectorStyleRelativeDelay
inTTVectorStyle
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified enum value:
TTRasterStyleRelativeDelay
inTTRasterStyle
inTT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified enum value:
TTRasterStyleRelativeDelay
inTTRasterStyle
inTT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
TTAnnotationManager
-
new method:
-removeAnnotations:
inTTAnnotationManager
-
new method:
-addAnnotations:
inTTAnnotationManager
-
new method:
-updateMarkerImage:newImage:
inTTAnnotationManager
-
new method:
-moveAnnotation:toPosition:
inTTAnnotationManager
-
TTMapTrafficIncidentPoi
-
new property:
coordinate
inTTMapTrafficIncidentPoi
-
new property:
incidentDescription
inTTMapTrafficIncidentPoi
-
new property:
poiType
inTTMapTrafficIncidentPoi
-
new method:
-init
inTTMapTrafficIncidentPoi
-
new property:
iconCategory
inTTMapTrafficIncidentPoi
-
new property:
delay
inTTMapTrafficIncidentPoi
-
new property:
icon
inTTMapTrafficIncidentPoi
-
new property:
clusterID
inTTMapTrafficIncidentPoi
-
new property:
heading
inTTMapTrafficIncidentPoi
-
new class:
TTMapTrafficIncidentPoi
-
new property:
iconSize
inTTMapTrafficIncidentPoi
-
TTLocation
-
removed method:
-initWithCoordinate:withRadius:
inTTLocation
-
removed property:
coordinate
inTTLocation
-
removed class:
TTLocation
-
removed property:
radius
inTTLocation
-
removed method:
-initWithCoordinate:withBearing:
inTTLocation
-
removed property:
accuracy
inTTLocation
-
removed property:
bearing
inTTLocation
-
removed method:
-initWithCoordinate:withRadius:withBearing:withAccuracy:
inTTLocation
-
removed method:
-initWithCoordinate:
inTTLocation
-
TTMapTrafficCalloutFactory
-
new method:
-init
inTTMapTrafficCalloutFactory
-
new class method:
+createWithIncidentFlow:
inTTMapTrafficCalloutFactory
-
new class:
TTMapTrafficCalloutFactory
-
new class method:
+createWithIncidentPoi:
inTTMapTrafficCalloutFactory
-
new class method:
+createWithFlow:
inTTMapTrafficCalloutFactory
-
new class method:
+createWithIncidentCluster:
inTTMapTrafficCalloutFactory
-
TTMapTrafficIncidentCluster
-
new property:
clusterDescription
inTTMapTrafficIncidentCluster
-
new class:
TTMapTrafficIncidentCluster
-
new method:
-init
inTTMapTrafficIncidentCluster
-
new property:
coordinate
inTTMapTrafficIncidentCluster
-
new property:
clusterID
inTTMapTrafficIncidentCluster
-
new property:
iconCategory
inTTMapTrafficIncidentCluster
-
TTMapStyleConfiguration
-
new class:
TTMapStyleConfiguration
-
new method:
-init
inTTMapStyleConfiguration
-
TTLogoVerticalPosition
-
new enum value:
bottom
inTTLogoVerticalPosition
-
new enum value:
top
inTTLogoVerticalPosition
-
new typedef:
TTLogoVerticalPosition
-
new enum:
TTLogoVerticalPosition
-
TTAnnotationDelegate
-
removed method:
-touchUpPolyline:
inTTAnnotationDelegate
-
removed method:
-annotationDeselected:
inTTAnnotationDelegate
-
removed method:
-touchUpPolygon:
inTTAnnotationDelegate
-
removed method:
-touchUpCircle:
inTTAnnotationDelegate
-
removed method:
-viewForSelectedAnnotation:
inTTAnnotationDelegate
-
removed method:
-annotationSelected:
inTTAnnotationDelegate
-
TTMapTrafficFlowTiles
-
new property:
tollRoadStatus
inTTMapTrafficFlowTiles
-
new property:
roadType
inTTMapTrafficFlowTiles
-
new class:
TTMapTrafficFlowTiles
-
new property:
travelMode
inTTMapTrafficFlowTiles
-
new property:
trafficLevel
inTTMapTrafficFlowTiles
-
new property:
trafficRoadCoverage
inTTMapTrafficFlowTiles
-
new method:
-init
inTTMapTrafficFlowTiles
-
TTRasterStyle
-
modified typedef:
TTRasterStyle
Type of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified typedef:
TTRasterStyle
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
*
* new sourcekitten.source.lang.objc.decl.unexposed: `
* TTLogoHorizontalPosition
* new enum value: `left
in TTLogoHorizontalPosition
-
new typedef:
TTLogoHorizontalPosition
-
new enum:
TTLogoHorizontalPosition
-
new enum value:
right
inTTLogoHorizontalPosition
-
TTVectorStyle
-
modified typedef:
TTVectorStyle
Type of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified typedef:
TTVectorStyle
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
TTAnnotationType
-
modified enum:
TTAnnotationType
Type of change: | Declaration
-
From: `NS_ENUM(NSInteger, TTAnnotationType) { TTAnnotationTypeFocal, TTAnnotationTypeDecal }` |
To: `enum TTAnnotationType {}` |
-
modified typedef:
TTAnnotationType
Type of change: | Declaration
From: `typedef NS_ENUM(NSInteger, TTAnnotationType` |
To: `typedef enum TTAnnotationType TTAnnotationType` |
-
TTMapTrafficData
-
new class:
TTMapTrafficData
-
TTCameraPosition
-
new property:
zoomLevel
inTTCameraPosition
-
removed method:
-initWithCamerPosition:withAnimationDuration:withBearing:withPitch:
inTTCameraPosition
-
removed method:
-initWithCamerPosition:withAnimationDuration:withBearing:
inTTCameraPosition
-
removed method:
-initWithCamerPosition:withAnimationDuration:withBearing:withPitch:withZoom:
inTTCameraPosition
-
removed method:
-initWithCamerPosition:withAnimationDuration:
inTTCameraPosition
-
removed property:
zoom
inTTCameraPosition
-
modified class:
TTCameraPosition
Type of change: | Swift declaration
-
From: `class TTCameraPosition : NSObject` |
To: `class TTCameraPosition : NSObject, TTCameraConfiguration` |
-
modified class:
TTCameraPosition
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified class:
TTCameraPosition
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
animationDuration
inTTCameraPosition
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
animationDuration
inTTCameraPosition
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-isEqual:
inTTCameraPosition
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-isEqual:
inTTCameraPosition
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-hash
inTTCameraPosition
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-hash
inTTCameraPosition
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
bearing
inTTCameraPosition
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
bearing
inTTCameraPosition
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
pitch
inTTCameraPosition
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
pitch
inTTCameraPosition
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
cameraPosition
inTTCameraPosition
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
cameraPosition
inTTCameraPosition
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
typeTTRaster
-
modified constant:
typeTTRaster
Type of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
modified constant:
typeTTRaster
Type of change: | Declaration
From: `static NSDictionary * _Nonnull typeTTRaster` |
To: `static NSDictionary *_Nonnull typeTTRaster` |
-
modified constant:
typeTTRaster
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTRasterTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTRasterTileType.h` |
-
TTCalloutViewSimple
-
removed method:
-initWithText:
inTTCalloutViewSimple
-
removed property:
annotation
inTTCalloutViewSimple
-
removed class:
TTCalloutViewSimple
-
removed property:
text
inTTCalloutViewSimple
-
removed method:
-initWithAnnotation:
inTTCalloutViewSimple
-
TTCameraBoundingBox
-
new property:
animationDuration
inTTCameraBoundingBox
-
new property:
pitch
inTTCameraBoundingBox
-
new property:
boundingBox
inTTCameraBoundingBox
-
new property:
bearing
inTTCameraBoundingBox
-
new class:
TTCameraBoundingBox
-
TTTrafficIncidentDataHolder
-
new property:
incidentClusters
inTTTrafficIncidentDataHolder
-
new method:
-isPOI
inTTTrafficIncidentDataHolder
-
new method:
-isFlow
inTTTrafficIncidentDataHolder
-
new method:
-isCluster
inTTTrafficIncidentDataHolder
-
new class method:
+empty
inTTTrafficIncidentDataHolder
-
new property:
incidentPOIs
inTTTrafficIncidentDataHolder
-
new method:
-init
inTTTrafficIncidentDataHolder
-
new method:
-initWithPOIs:withFlows:withClusters:
inTTTrafficIncidentDataHolder
-
new property:
incidentFlows
inTTTrafficIncidentDataHolder
-
new method:
-isEmpty
inTTTrafficIncidentDataHolder
-
new class:
TTTrafficIncidentDataHolder
-
TTTrackingManagerDefault
-
new class method:
+bearingSmoothFactor
inTTTrackingManagerDefault
-
new class:
TTTrackingManagerDefault
-
TTPolygon
-
modified class method:
+polygonWithCoordinatesData:opacity:color:colorOutline:
inTTPolygon
Type 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;` |
-
TTMapLayerVisibility
-
new enum value:
TTMapLayerVisibilityVisible
inTTMapLayerVisibility
-
new enum value:
TTMapLayerVisibilityNone
inTTMapLayerVisibility
-
new enum:
TTMapLayerVisibility
-
new typedef:
TTMapLayerVisibility
-
TTMapStyleConfigurationBuilder
-
new class method:
+createWithStyleJSON:
inTTMapStyleConfigurationBuilder
-
new method:
-withLayerSetProperties:withLayerSetSourceNameKey:
inTTMapStyleConfigurationBuilder
-
new method:
-init
inTTMapStyleConfigurationBuilder
-
new class:
TTMapStyleConfigurationBuilder
-
new class method:
+createWithStyleURL:
inTTMapStyleConfigurationBuilder
-
new method:
-build
inTTMapStyleConfigurationBuilder
-
TTLeftHandStatus
-
new typedef:
TTLeftHandStatus
-
new enum:
TTLeftHandStatus
-
new enum value:
TTLeftHandStatusNo
inTTLeftHandStatus
-
new enum value:
TTLeftHandStatusYes
inTTLeftHandStatus
-
new enum value:
TTLeftHandStatusUnknown
inTTLeftHandStatus
-
TTChevronObject
-
new method:
-init
inTTChevronObject
-
new property:
animationOptions
inTTChevronObject
-
new property:
showsAccuracyRadiusIfAvailable
inTTChevronObject
-
new method:
-initWithNormalImage:withDimmedImage:withChevronAnimationOptions:
inTTChevronObject
-
removed method:
-initNormalImage:withNormalImageName:withDimmedImage:withDimmedImageName:
inTTChevronObject
-
TTMapRouteStyleLayerBuilder
-
new method:
-withLineCapType:
inTTMapRouteStyleLayerBuilder
-
new method:
-withDashArray:
inTTMapRouteStyleLayerBuilder
-
new method:
-withColor:
inTTMapRouteStyleLayerBuilder
-
new method:
-withWidth:
inTTMapRouteStyleLayerBuilder
-
new method:
-withLineJoinType:
inTTMapRouteStyleLayerBuilder
-
new method:
-build
inTTMapRouteStyleLayerBuilder
-
new class:
TTMapRouteStyleLayerBuilder
-
TTCameraConfiguration
-
new property:
animationDuration
inTTCameraConfiguration
-
new property:
bearing
inTTCameraConfiguration
-
new property:
pitch
inTTCameraConfiguration
-
new protocol:
TTCameraConfiguration
-
TTCenterOnGeometry
-
new method:
-init
inTTCenterOnGeometry
-
new class:
TTCenterOnGeometry
-
TTCalloutView
-
removed property:
annotation
inTTCalloutView
-
LayerSetSourceNameIncidentsVector
-
new constant:
LayerSetSourceNameIncidentsVector
-
TTMapRoute
-
new property:
routeStyle
inTTMapRoute
-
new class method:
+routeWithCoordinatesData:withRouteStyle:imageStart:imageEnd:
inTTMapRoute
-
new method:
-segmentCount
inTTMapRoute
-
new method:
-addCoordinates:count:withRouteStyle:
inTTMapRoute
-
new class method:
+routeWithCoordinates:count:withRouteStyle:imageStart:imageEnd:
inTTMapRoute
-
new method:
-routeStyleForSegment:
inTTMapRoute
-
removed method:
-fullRoute
inTTMapRoute
-
removed property:
active
inTTMapRoute
-
removed class method:
+routeWithRouteData:imageStart:imageEnd:
inTTMapRoute
-
removed method:
-coordinatesCount
inTTMapRoute
-
removed class method:
+routeWithRouteData:
inTTMapRoute
-
removed method:
-coordinatesData
inTTMapRoute
-
removed class method:
+routeWithCoordinatesData:imageStart:imageEnd:
inTTMapRoute
-
removed class method:
+routeWithCoordinates:count:imageStart:imageEnd:
inTTMapRoute
-
modified method:
-init
inTTMapRoute
Type of change: | Declaration
-
From: `- (instancetype _Nonnull )init NS_UNAVAILABLE;` |
To: `- (instancetype _Nonnull)init NS_UNAVAILABLE;` |
-
modified class method:
+routeWithCoordinates:count:
inTTMapRoute
Type of change: | Declaration
From: `+ (TTMapRoute *_Nonnull)routeWithCoordinates:(CLLocationCoordinate2D *_Nonnull)coordinates count:(NSUInteger)count;` |
To: `+ (TTMapRoute *_Nonnull)routeWithCoordinates:(CLLocationCoordinate2D *_Nonnull)coordinates count:(NSUInteger)count;` |
-
TTCenterOnPointBuilder
-
new method:
-withBearing:
inTTCenterOnPointBuilder
-
new method:
-withPitch:
inTTCenterOnPointBuilder
-
new method:
-withPadding:
inTTCenterOnPointBuilder
-
new method:
-withZoom:
inTTCenterOnPointBuilder
-
new class:
TTCenterOnPointBuilder
-
new method:
-build
inTTCenterOnPointBuilder
-
new class method:
+createWithCenter:
inTTCenterOnPointBuilder
-
new method:
-init
inTTCenterOnPointBuilder
-
TTCurrentPositionTrackingObject
-
new method:
-init
inTTCurrentPositionTrackingObject
-
new method:
-setInaccuracyAreaColor:
inTTCurrentPositionTrackingObject
-
new method:
-setDimmedInaccuracyAreaColor:
inTTCurrentPositionTrackingObject
-
TT_API_PUBLIC_PREVIEW
-
new sourcekitten.source.lang.objc.decl.function:
TT_API_PUBLIC_PREVIEW
-
TTMapCameraChangeState
-
new enum value:
TTMapCameraChangeStateEnd
inTTMapCameraChangeState
-
new enum value:
TTMapCameraChangeStateBegin
inTTMapCameraChangeState
-
new enum value:
TTMapCameraChangeStateChanged
inTTMapCameraChangeState
-
new typedef:
TTMapCameraChangeState
-
new enum:
TTMapCameraChangeState
-
TTMapPanningState
-
new typedef:
TTMapPanningState
-
new enum value:
TTMapPanningChanged
inTTMapPanningState
-
new enum value:
TTMapPanningBegin
inTTMapPanningState
-
new enum:
TTMapPanningState
-
new enum value:
TTMapPanningEnd
inTTMapPanningState
-
TTMapCenteredState
-
new typedef:
TTMapCenteredState
-
new enum:
TTMapCenteredState
-
new enum value:
TTMapCenteredCancel
inTTMapCenteredState
-
new enum value:
TTMapCenteredFinish
inTTMapCenteredState
-
TTMapRouteStyleBuilder
-
new class:
TTMapRouteStyleBuilder
-
new method:
-withLineCapType:
inTTMapRouteStyleBuilder
-
new method:
-withFillColor:
inTTMapRouteStyleBuilder
-
new method:
-withOutlineColor:
inTTMapRouteStyleBuilder
-
new method:
-build
inTTMapRouteStyleBuilder
-
new method:
-withDashArray:
inTTMapRouteStyleBuilder
-
new method:
-withLineJoinType:
inTTMapRouteStyleBuilder
-
new method:
-withWidth:
inTTMapRouteStyleBuilder
-
TTVectorTileType
-
modified class method:
+setStyle:
inTTVectorTileType
Type of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified class method:
+setStyle:
inTTVectorTileType
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified class:
TTVectorTileType
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified class:
TTVectorTileType
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/TileType/TTVectorTileType.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
TTLineJoinType
-
new enum value:
TTLineJoinTypeMiter
inTTLineJoinType
-
new typedef:
TTLineJoinType
-
new enum value:
TTLineJoinTypeBevel
inTTLineJoinType
-
new enum:
TTLineJoinType
-
new enum value:
TTLineJoinTypeRound
inTTLineJoinType
-
TTCenterOnGeometryBuilder
-
new method:
-withPitch:
inTTCenterOnGeometryBuilder
-
new class method:
+createWithGeometry:withPadding:
inTTCenterOnGeometryBuilder
-
new method:
-withBearing:
inTTCenterOnGeometryBuilder
-
new method:
-build
inTTCenterOnGeometryBuilder
-
new class:
TTCenterOnGeometryBuilder
-
new method:
-init
inTTCenterOnGeometryBuilder
-
TTTollRoadStatus
-
new enum value:
TTTollRoadStatusYes
inTTTollRoadStatus
-
new enum value:
TTTollRoadStatusUnknown
inTTTollRoadStatus
-
new enum value:
TTTollRoadStatusNo
inTTTollRoadStatus
-
new enum:
TTTollRoadStatus
-
new typedef:
TTTollRoadStatus