-
TTMapSource
-
new class:
TTMapSource
-
new method:
-init
inTTMapSource
-
new property:
ID
inTTMapSource
-
new class method:
+createWithSourceJSON:
inTTMapSource
-
TTMapViewCameraDelegate
-
new method:
-mapView:isChangingCameraPosition:
inTTMapViewCameraDelegate
-
new method:
-mapView:onCenterStatusChanged:
inTTMapViewCameraDelegate
-
new method:
-mapView:onCameraChanged:
inTTMapViewCameraDelegate
-
new method:
-mapView:onCameraChanged:withState:
inTTMapViewCameraDelegate
-
new method:
-mapView:willChangeCameraPosition:
inTTMapViewCameraDelegate
-
new protocol:
TTMapViewCameraDelegate
-
new method:
-mapView:didChangCameraPosition:
inTTMapViewCameraDelegate
-
TTMapRoute
-
new method:
-addCoordinates:count:withRouteStyle:
inTTMapRoute
-
new method:
-routeStyleForSegment:
inTTMapRoute
-
new method:
-segmentCount
inTTMapRoute
-
removed class method:
+routeWithRouteData:
inTTMapRoute
-
removed method:
-coordinatesData
inTTMapRoute
-
removed method:
-coordinatesCount
inTTMapRoute
-
removed class method:
+routeWithCoordinatesData:imageStart:imageEnd:
inTTMapRoute
-
removed property:
active
inTTMapRoute
-
removed method:
-fullRoute
inTTMapRoute
-
removed class method:
+routeWithRouteData:imageStart:imageEnd:
inTTMapRoute
-
removed class method:
+routeWithCoordinates:count:imageStart:imageEnd:
inTTMapRoute
-
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;` |
-
modified class method:
+routeWithCoordinates:count:withRouteStyle:imageStart:imageEnd:
inTTMapRoute
Type 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 class method:
+routeWithCoordinatesData:withRouteStyle:imageStart:imageEnd:
inTTMapRoute
Type 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 method:
-init
inTTMapRoute
Type of change: | Declaration
From: `- (instancetype _Nonnull )init NS_UNAVAILABLE;` |
To: `- (instancetype _Nonnull)init NS_UNAVAILABLE;` |
-
TT_API_PUBLIC_PREVIEW
-
new sourcekitten.source.lang.objc.decl.function:
TT_API_PUBLIC_PREVIEW
-
TTPositionUpdate
-
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>` |
-
TTCameraBoundingBox
-
new property:
boundingBox
inTTCameraBoundingBox
-
new property:
bearing
inTTCameraBoundingBox
-
new class:
TTCameraBoundingBox
-
new property:
pitch
inTTCameraBoundingBox
-
new property:
animationDuration
inTTCameraBoundingBox
-
TTMapSourceVisitor
-
new method:
-cantFindSource:
inTTMapSourceVisitor
-
new method:
-visitGeoJSONSource:
inTTMapSourceVisitor
-
new method:
-visitImageSource:
inTTMapSourceVisitor
-
new protocol:
TTMapSourceVisitor
-
TTMapRouteStyleLayerBuilder
-
new method:
-build
inTTMapRouteStyleLayerBuilder
-
new method:
-withColor:
inTTMapRouteStyleLayerBuilder
-
new method:
-withDashArray:
inTTMapRouteStyleLayerBuilder
-
new method:
-withWidth:
inTTMapRouteStyleLayerBuilder
-
new method:
-withLineCapType:
inTTMapRouteStyleLayerBuilder
-
new class:
TTMapRouteStyleLayerBuilder
-
new method:
-withLineJoinType:
inTTMapRouteStyleLayerBuilder
-
LayerSetSourceNameIncidentsVector
-
new constant:
LayerSetSourceNameIncidentsVector
-
TTMapLayerVisibility
-
new enum value:
TTMapLayerVisibilityNone
inTTMapLayerVisibility
-
new enum:
TTMapLayerVisibility
-
new enum value:
TTMapLayerVisibilityVisible
inTTMapLayerVisibility
-
new typedef:
TTMapLayerVisibility
-
TTLogoHorizontalPosition
-
new enum:
TTLogoHorizontalPosition
-
new enum value:
right
inTTLogoHorizontalPosition
-
new typedef:
TTLogoHorizontalPosition
-
new enum value:
left
inTTLogoHorizontalPosition
-
typeTTVector
-
modified constant:
typeTTVector
Type of change: | Declaration
-
From: `static NSDictionary * _Nonnull typeTTVector` |
To: `static NSDictionary *_Nonnull typeTTVector` |
-
TTTrackingObject
-
new method:
-setGpsRadiusAreaColor:
inTTTrackingObject
-
new method:
-setBearing:
inTTTrackingObject
-
new method:
-setDimmed:
inTTTrackingObject
-
new property:
normalIcon
inTTTrackingObject
-
modified property:
hidden
inTTTrackingObject
Type of change: | Declaration
-
From: `@property (nonatomic, assign, getter=isHidden) BOOL hidden` |
To: `@property(nonatomic, assign, getter=isHidden) BOOL hidden` |
-
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
-
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>` |
-
TTTrackingManager
-
new method:
-setTrackingScreenCoordinates:
inTTTrackingManager
-
new method:
-setBearingSmoothingFilter:
inTTTrackingManager
-
new property:
currentPosition
inTTTrackingManager
-
TTTrafficIncidentsStyle
-
modified typedef:
TTTrafficIncidentsStyle
Type of change: | Declaration
-
From: `typedef NS_ENUM(NSInteger, TTTrafficIncidentsStyle` |
To: `typedef enum TTTrafficIncidentsStyle TTTrafficIncidentsStyle` |
-
LayerSetSourceNameKey
-
new typedef:
LayerSetSourceNameKey
-
TTStyleManager
-
new method:
-loadStyleFromUrl:withCompletion:
inTTStyleManager
-
new property:
currentStyle
inTTStyleManager
-
new protocol:
TTStyleManager
-
new method:
-loadStyleFromJson:withCompletion:
inTTStyleManager
-
new method:
-loadStyleConfiguration:withCompletion:
inTTStyleManager
-
TTAnnotationDelegate
-
removed method:
-annotationDeselected:
inTTAnnotationDelegate
-
removed method:
-touchUpCircle:
inTTAnnotationDelegate
-
removed method:
-annotationSelected:
inTTAnnotationDelegate
-
removed method:
-touchUpPolyline:
inTTAnnotationDelegate
-
removed method:
-touchUpPolygon:
inTTAnnotationDelegate
-
removed method:
-viewForSelectedAnnotation:
inTTAnnotationDelegate
-
TT_DEPRECATED
-
new enum value:
TTGeoViewRU
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewCN
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewArabic
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewPK
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewAR
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewMA
inTTGeoView
inTT_DEPRECATED
-
new enum value:
TTGeoViewTR
inTTGeoView
inTT_DEPRECATED
-
removed typedef:
TT_DEPRECATED
-
modified enum:
TTTrafficIncidentsStyle
inTT_DEPRECATED
Type of change: | Declaration
-
From: `NS_ENUM(NSInteger, TTTrafficIncidentsStyle) { TTTrafficIncidentsStyleVector, TTTrafficIncidentsStyleRaster }` |
To: `enum TTTrafficIncidentsStyle {}` |
-
modified sourcekitten.source.lang.objc.decl.function:
TT_DEPRECATED
Type of change: | Declaration
From: `TT_DEPRECATED("05.12.2018", "This method is deprecated, use TTRouteManager.updateRoute and TTRouteManager.bringToFrontRoute instead.")` |
To: `TT_DEPRECATED("08.06.2020", "This class is deprecated. Use the method from TTStyleManager loadStyleFromUrl or loadStyleFromJson, the property currentStyle, and methods from TTMapStyle.")` |
-
modified sourcekitten.source.lang.objc.decl.function:
TT_DEPRECATED
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Route/TTMapRoute.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
modified sourcekitten.source.lang.objc.decl.function:
TT_DEPRECATED
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Route/TTMapRoute.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TileType/TTVectorTileType.h` |
-
TTMapTrafficTileType
-
removed typedef:
TTMapTrafficTileType
-
removed enum value:
TTMapTrafficTileTypeVector
inTTMapTrafficTileType
-
removed enum:
TTMapTrafficTileType
-
removed enum value:
TTMapTrafficTileTypeRaster
inTTMapTrafficTileType
-
TTMapTrafficType
-
removed enum value:
TTMapTrafficFlow
inTTMapTrafficType
-
removed enum:
TTMapTrafficType
-
removed enum value:
TTMapTrafficNone
inTTMapTrafficType
-
removed enum value:
TTMapTrafficIncidents
inTTMapTrafficType
-
removed constant:
TTMapTrafficType
-
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>` |
-
TTStyleConfiguration
-
new class:
TTStyleConfiguration
-
TTLayerVisibility
-
new enum value:
TTLayerVisibilityOriginal
inTTLayerVisibility
-
new typedef:
TTLayerVisibility
-
new enum value:
TTLayerVisibilityVisible
inTTLayerVisibility
-
new enum value:
TTLayerVisibilityNone
inTTLayerVisibility
-
new enum:
TTLayerVisibility
-
TTMapViewDelegate
-
new method:
-didFinishLoadingStyle:
inTTMapViewDelegate
-
new method:
-didSourceChanged:
inTTMapViewDelegate
-
new method:
-didFinishInitializingMap:
inTTMapViewDelegate
-
new method:
-willStartLoadingMap:
inTTMapViewDelegate
-
new method:
-didFinishRenderingFrame:
inTTMapViewDelegate
-
new method:
-didFinishRenderingMap:
inTTMapViewDelegate
-
new method:
-didFailedLoadingMap:
inTTMapViewDelegate
-
new method:
-willStartRenderingFrame:
inTTMapViewDelegate
-
new method:
-didFinishLoadingMap:
inTTMapViewDelegate
-
new method:
-willStartRenderingMap:
inTTMapViewDelegate
-
removed method:
-mapView:didLongPress:
inTTMapViewDelegate
-
removed method:
-mapView:didDoubleTap:
inTTMapViewDelegate
-
removed method:
-mapView:didChangedCameraPosition:
inTTMapViewDelegate
-
removed method:
-mapView:didRotate:
inTTMapViewDelegate
-
removed method:
-mapView:didSingleTap:
inTTMapViewDelegate
-
removed method:
-mapView:didPanning:
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>` |
-
TTMapStyleConfiguration
-
new class:
TTMapStyleConfiguration
-
new method:
-init
inTTMapStyleConfiguration
-
TTRouteTrafficStyle
-
new property:
routeStyle
inTTRouteTrafficStyle
-
new method:
-initWithRouteStyle:
inTTRouteTrafficStyle
-
new class:
TTRouteTrafficStyle
-
TTMapRouteStyleBuilder
-
new method:
-withLineJoinType:
inTTMapRouteStyleBuilder
-
new method:
-withLineCapType:
inTTMapRouteStyleBuilder
-
new method:
-withDashArray:
inTTMapRouteStyleBuilder
-
TTCenterOnPointBuilder
-
new method:
-withZoom:
inTTCenterOnPointBuilder
-
new method:
-withPitch:
inTTCenterOnPointBuilder
-
new class method:
+createWithCenter:
inTTCenterOnPointBuilder
-
new method:
-withPadding:
inTTCenterOnPointBuilder
-
new class:
TTCenterOnPointBuilder
-
new method:
-withBearing:
inTTCenterOnPointBuilder
-
new method:
-build
inTTCenterOnPointBuilder
-
new method:
-init
inTTCenterOnPointBuilder
-
LayerSetSourceNameFlowVector
-
new constant:
LayerSetSourceNameFlowVector
-
TTMapView
-
new property:
trackingMode
inTTMapView
-
new method:
-findTrafficIncidentDataWithId:
inTTMapView
-
new method:
-featuresAtPoint:inStyleLayerIdentifiers:
inTTMapView
-
new method:
-initWithFrame:mapConfiguration:
inTTMapView
-
new method:
-initWithMapConfiguration:
inTTMapView
-
new method:
-featuresAtCoordinates:inStyleLayerIdentifiers:
inTTMapView
-
new property:
styleManager
inTTMapView
-
new method:
-setGeopoliticalViewLocal:
inTTMapView
-
new method:
-featuresAtScreenRect:inStyleLayerIdentifiers:
inTTMapView
-
new property:
poiDisplay
inTTMapView
-
new method:
-applyDefaultLogo
inTTMapView
-
new method:
-snapshotWithoutViews:
inTTMapView
-
new method:
-applyInvertedLogo
inTTMapView
-
new method:
-setContentInset:animated:
inTTMapView
-
new method:
-setStyleJSON:
inTTMapView
-
removed method:
-setMapLanguage:
inTTMapView
-
removed property:
trafficTile
inTTMapView
-
removed property:
trafficType
inTTMapView
-
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!` |
-
modified property:
trafficTileStyle
inTTMapView
Type of change: | Declaration
From: `@property (nonatomic, strong) TTTrafficTileStyle* _Nonnull trafficTileStyle` |
To: `@property(nonatomic, strong) TTTrafficTileStyle *_Nonnull trafficTileStyle` |
-
modified method:
-setCameraPosition:
inTTMapView
Type of change: | Swift declaration
From: `func setCameraPosition(_ cameraPosition: TTCameraPosition)` |
To: `func setCameraPosition(_ cameraPosition: Any)` |
-
modified method:
-setCameraPosition:
inTTMapView
Type of change: | Declaration
From: `- (void)setCameraPosition:(TTCameraPosition *_Nonnull)cameraPosition;` |
To: `- (void)setCameraPosition:(id _Nonnull)cameraPosition;` |
-
typeTTRaster
-
modified constant:
typeTTRaster
Type of change: | Declaration
-
From: `static NSDictionary * _Nonnull typeTTRaster` |
To: `static NSDictionary *_Nonnull typeTTRaster` |
-
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` |
-
TTCenterOnGeometryBuilder
-
new method:
-withBearing:
inTTCenterOnGeometryBuilder
-
new method:
-withPitch:
inTTCenterOnGeometryBuilder
-
new method:
-build
inTTCenterOnGeometryBuilder
-
new method:
-init
inTTCenterOnGeometryBuilder
-
new class:
TTCenterOnGeometryBuilder
-
new class method:
+createWithGeometry:withPadding:
inTTCenterOnGeometryBuilder
-
TTMapImageSource
-
new class:
TTMapImageSource
-
new method:
-setImage:
inTTMapImageSource
-
new method:
-setURL:
inTTMapImageSource
-
new class method:
+createWithID:image:coordinates:
inTTMapImageSource
-
new method:
-init
inTTMapImageSource
-
new method:
-setCoordinates:
inTTMapImageSource
-
TTLineCapType
-
new enum value:
TTLineCapTypeRound
inTTLineCapType
-
new enum:
TTLineCapType
-
new enum value:
TTLineCapTypeButt
inTTLineCapType
-
new typedef:
TTLineCapType
-
new enum value:
TTLineCapTypeSquare
inTTLineCapType
-
TTUserTrackingMode
-
new enum:
TTUserTrackingMode
-
new enum value:
TTUserTrackingFollowWithHeading
inTTUserTrackingMode
-
new typedef:
TTUserTrackingMode
-
new enum value:
TTUserTrackingNone
inTTUserTrackingMode
-
new enum value:
TTUserTrackingFollow
inTTUserTrackingMode
-
TTTrafficData
-
new property:
endPointIndex
inTTTrafficData
-
new method:
-initWithStartPointIndex:andEndPointIndex:
inTTTrafficData
-
new class:
TTTrafficData
-
new property:
startPointIndex
inTTTrafficData
-
TTMapStyle
-
new method:
-addSource:
inTTMapStyle
-
new method:
-moveLayerToFrontWithId:
inTTMapStyle
-
new method:
-removeSource:withVisitor:
inTTMapStyle
-
new method:
-getLayersByRegexs:
inTTMapStyle
-
new method:
-getLayers
inTTMapStyle
-
new method:
-removeLayer:
inTTMapStyle
-
new method:
-moveLayerToFront:
inTTMapStyle
-
new method:
-getImage:
inTTMapStyle
-
new method:
-getLayersByRegex:
inTTMapStyle
-
new class:
TTMapStyle
-
new method:
-layerExists:
inTTMapStyle
-
new method:
-addImage:withID:
inTTMapStyle
-
new method:
-removeImage:
inTTMapStyle
-
new method:
-getLayersBySourceLayerRegexs:
inTTMapStyle
-
new method:
-getLayersBySourceLayerRegex:
inTTMapStyle
-
new method:
-getLayerByID:
inTTMapStyle
-
new method:
-addLayer:
inTTMapStyle
-
new method:
-sourceExists:
inTTMapStyle
-
new method:
-moveLayer:behindLayer:
inTTMapStyle
-
new method:
-getSource:withVisitor:
inTTMapStyle
-
new method:
-addLayer:withReference:
inTTMapStyle
-
TTMapViewGestureDelegate
-
new method:
-mapView:didDoubleTap:
inTTMapViewGestureDelegate
-
new method:
-mapView:didRotate:
inTTMapViewGestureDelegate
-
new method:
-mapView:didSingleTap:
inTTMapViewGestureDelegate
-
new method:
-mapView:didPanning:inState:
inTTMapViewGestureDelegate
-
new protocol:
TTMapViewGestureDelegate
-
new method:
-mapView:didLongPress:
inTTMapViewGestureDelegate
-
TTAnnotation
-
removed class method:
+annotationWithCoordinate:image:tag:anchor:type:
inTTAnnotation
-
removed method:
-initWithCoordinate:image:tag:anchor:type:
inTTAnnotation
-
removed class method:
+defaultImage
inTTAnnotation
-
TTChevronAnimationOptionsBuilder
-
new class:
TTChevronAnimationOptionsBuilder
-
new class method:
+createWithAnimatedCornerRounding:
inTTChevronAnimationOptionsBuilder
-
new method:
-build
inTTChevronAnimationOptionsBuilder
-
TTMapGeoJSONSource
-
new method:
-setUrl:
inTTMapGeoJSONSource
-
new method:
-refreshUrlContent
inTTMapGeoJSONSource
-
new class:
TTMapGeoJSONSource
-
new method:
-setGeoJSON:
inTTMapGeoJSONSource
-
new class method:
+createWithID:
inTTMapGeoJSONSource
-
new method:
-init
inTTMapGeoJSONSource
-
new method:
-setGeoJSONObject:
inTTMapGeoJSONSource
-
TTCameraPositionBuilder
-
modified method:
-withPitch:
inTTCameraPositionBuilder
Type of change: | key.filepath
-
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-withPitch:
inTTCameraPositionBuilder
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified class:
TTCameraPositionBuilder
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified class:
TTCameraPositionBuilder
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-withBearing:
inTTCameraPositionBuilder
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-withBearing:
inTTCameraPositionBuilder
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-withZoom:
inTTCameraPositionBuilder
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-withZoom:
inTTCameraPositionBuilder
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-withAnimationDuration:
inTTCameraPositionBuilder
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-withAnimationDuration:
inTTCameraPositionBuilder
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-build
inTTCameraPositionBuilder
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified method:
-build
inTTCameraPositionBuilder
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified class method:
+createWithCameraPosition:
inTTCameraPositionBuilder
Type of change: | key.doc.file
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified class method:
+createWithCameraPosition:
inTTCameraPositionBuilder
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
TTMapConfigurationBuilder
-
new class:
TTMapConfigurationBuilder
-
new class method:
+createBuilder
inTTMapConfigurationBuilder
-
new method:
-withMapStyleConfiguration:
inTTMapConfigurationBuilder
-
new method:
-build
inTTMapConfigurationBuilder
-
new method:
-withMapKey:
inTTMapConfigurationBuilder
-
new method:
-withTrafficKey:
inTTMapConfigurationBuilder
-
new method:
-init
inTTMapConfigurationBuilder
-
new method:
-withViewportTransform:
inTTMapConfigurationBuilder
-
new method:
-withTomTomLogoPosition:
inTTMapConfigurationBuilder
-
TTMapCenteredState
-
new typedef:
TTMapCenteredState
-
new enum:
TTMapCenteredState
-
new enum value:
TTMapCenteredCancel
inTTMapCenteredState
-
new enum value:
TTMapCenteredFinish
inTTMapCenteredState
-
TTMapStyleConfigurationBuilder
-
new class:
TTMapStyleConfigurationBuilder
-
new method:
-build
inTTMapStyleConfigurationBuilder
-
new class method:
+createWithStyleURL:
inTTMapStyleConfigurationBuilder
-
new method:
-withLayerSetProperties:withLayerSetSourceNameKey:
inTTMapStyleConfigurationBuilder
-
new class method:
+createWithStyleJSON:
inTTMapStyleConfigurationBuilder
-
new method:
-init
inTTMapStyleConfigurationBuilder
*-
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` |
-
TTChevronAnimationOptions
-
new property:
animatedCornerRounding
inTTChevronAnimationOptions
-
new class:
TTChevronAnimationOptions
-
TTCameraConfiguration
-
new property:
pitch
inTTCameraConfiguration
-
new property:
bearing
inTTCameraConfiguration
-
new protocol:
TTCameraConfiguration
-
new property:
animationDuration
inTTCameraConfiguration
-
TTRouteManager
-
new method:
-deactivateProgressAlongTheRoute:
inTTRouteManager
-
new method:
-showTrafficOnRoute:withStyling:
inTTRouteManager
-
new method:
-updateProgressAlongTheRoute:withTTLocation:
inTTRouteManager
-
new method:
-activateProgressAlongTheRoute:withStyling:
inTTRouteManager
-
new method:
-hideTrafficFromRoute:
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` |
-
TTCalloutView
-
removed property:
annotation
inTTCalloutView
-
TTMapCameraChangeState
-
new enum value:
TTMapCameraChangeStateBegin
inTTMapCameraChangeState
-
new enum value:
TTMapCameraChangeStateChanged
inTTMapCameraChangeState
-
new enum value:
TTMapCameraChangeStateEnd
inTTMapCameraChangeState
-
new enum:
TTMapCameraChangeState
-
new typedef:
TTMapCameraChangeState
-
TTMapPanningState
-
new typedef:
TTMapPanningState
-
new enum value:
TTMapPanningEnd
inTTMapPanningState
-
new enum value:
TTMapPanningBegin
inTTMapPanningState
-
new enum:
TTMapPanningState
-
new enum value:
TTMapPanningChanged
inTTMapPanningState
-
TTLayerSetProperties
-
new method:
-init
inTTLayerSetProperties
-
new method:
-initWithSourceID:withLayerVisibility:
inTTLayerSetProperties
-
new property:
sourceID
inTTLayerSetProperties
-
new property:
visibility
inTTLayerSetProperties
-
new class:
TTLayerSetProperties
-
TTLegacyMapStyleConfiguration
-
new class:
TTLegacyMapStyleConfiguration
-
new property:
styleURL
inTTLegacyMapStyleConfiguration
-
new method:
-initWithStyleURL:
inTTLegacyMapStyleConfiguration
-
TTMapStyleDefaultConfiguration
-
new class:
TTMapStyleDefaultConfiguration
-
TTMapConfiguration
-
new method:
-init
inTTMapConfiguration
-
new class:
TTMapConfiguration
-
TTLineJoinType
-
new enum value:
TTLineJoinTypeBevel
inTTLineJoinType
-
new typedef:
TTLineJoinType
-
new enum value:
TTLineJoinTypeRound
inTTLineJoinType
-
new enum:
TTLineJoinType
-
new enum value:
TTLineJoinTypeMiter
inTTLineJoinType
-
TTLogoPosition
-
new method:
-initWithVerticalPosition:horizontalPosition:
inTTLogoPosition
-
new class:
TTLogoPosition
-
new method:
-initWithVerticalPosition:horizontalPosition:verticalOffset:horizontalOffset:
inTTLogoPosition
-
TTLatLngQuad
-
new class:
TTLatLngQuad
-
new method:
-initWithTopLeft:withTopRight:withBottomRight:withBottomLeft:
inTTLatLngQuad
-
new property:
bottomRight
inTTLatLngQuad
-
new method:
-init
inTTLatLngQuad
-
new property:
topRight
inTTLatLngQuad
-
new property:
topLeft
inTTLatLngQuad
-
new property:
bottomLeft
inTTLatLngQuad
-
TTTrackingObjectType
-
modified typedef:
TTTrackingObjectType
Type of change: | Declaration
-
From: `typedef NS_ENUM(NSInteger, TTTrackingObjectType` |
To: `typedef enum TTTrackingObjectType TTTrackingObjectType` |
-
modified enum:
TTTrackingObjectType
Type of change: | Declaration
From: `NS_ENUM(NSInteger, TTTrackingObjectType) { TTTrackingPositionType, TTTrackingChevronType }` |
To: `enum TTTrackingObjectType {}` |
-
TTCameraPosition
-
removed method:
-initWithCamerPosition:withAnimationDuration:withBearing:withPitch:
inTTCameraPosition
-
removed property:
zoom
inTTCameraPosition
-
removed method:
-initWithCamerPosition:withAnimationDuration:withBearing:
inTTCameraPosition
-
removed method:
-initWithCamerPosition:withAnimationDuration:withBearing:withPitch:withZoom:
inTTCameraPosition
-
removed method:
-initWithCamerPosition:withAnimationDuration:
inTTCameraPosition
-
modified property:
zoomLevel
inTTCameraPosition
Type of change: | key.doc.file
-
From: `TomTomSDKMaps/TomTomSDKMaps/Map/TTCameraPosition.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Map/CameraPosition/TTCameraPosition.h` |
-
modified property:
zoomLevel
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.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 method:
-hash
inTTCameraPosition
Type of change: | key.filepath
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 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 method:
-isEqual:
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 property:
cameraPosition
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:
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:
animationDuration
inTTCameraPosition
Type of change: | key.doc.file
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` |
-
TTMapTrafficCallout
-
new property:
inset
inTTMapTrafficCallout
-
modified class:
TTMapTrafficCallout
Type of change: | key.doc.file
-
From: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TTMapTrafficCallout.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/Callout/TTMapTrafficCallout.h` |
-
modified class:
TTMapTrafficCallout
Type of change: | key.filepath
From: `TomTomSDKMaps/TomTomSDKMaps/Traffic/TTMapTrafficCallout.h` |
To: `TomTomSDKMaps/TomTomSDKMaps/Traffic/Callout/TTMapTrafficCallout.h` |
-
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;` |
-
TTChevronObject
-
new method:
-init
inTTChevronObject
-
new property:
showsAccuracyRadiusIfAvailable
inTTChevronObject
-
new method:
-initWithNormalImage:withDimmedImage:withChevronAnimationOptions:
inTTChevronObject
-
new property:
animationOptions
inTTChevronObject
-
removed method:
-initWithNormalImage:withDimmedImage:
inTTChevronObject
-
TTMapTrafficCalloutFactory
-
modified class method:
+createWithIncidentPoi:
inTTMapTrafficCalloutFactory
Type of change: | Swift declaration
-
From: `class func create(withIncidentPoi incidentPoi: Any!) -> Any!` |
To: `class func create(withIncidentPoi incidentPoi: Any!) -> TTMapTrafficCallout` |
-
modified class method:
+createWithIncidentPoi:
inTTMapTrafficCalloutFactory
Type of change: | Declaration
From: `+ (id)createWithIncidentPoi:(id)incidentPoi;` |
To: `+ (TTMapTrafficCallout *_Nonnull)createWithIncidentPoi:(id)incidentPoi;` |
-
modified class method:
+createWithFlow:
inTTMapTrafficCalloutFactory
Type of change: | Swift declaration
From: `class func create(withFlow flow: Any!) -> Any!` |
To: `class func create(withFlow flow: Any!) -> TTMapTrafficCallout` |
-
modified class method:
+createWithFlow:
inTTMapTrafficCalloutFactory
Type of change: | Declaration
From: `+ (id)createWithFlow:(id)flow;` |
To: `+ (TTMapTrafficCallout *_Nonnull)createWithFlow:(id)flow;` |
-
modified class method:
+createWithIncidentCluster:
inTTMapTrafficCalloutFactory
Type of change: | Swift declaration
From: `class func create(withIncidentCluster incidentCluster: Any!) -> Any!` |
To: `class func create(withIncidentCluster incidentCluster: Any!) -> TTMapTrafficCallout` |
-
modified class method:
+createWithIncidentCluster:
inTTMapTrafficCalloutFactory
Type of change: | Declaration
From: `+ (id)createWithIncidentCluster:(id)incidentCluster;` |
To: `+ (TTMapTrafficCallout *_Nonnull)createWithIncidentCluster:(id)incidentCluster;` |
-
modified class method:
+createWithIncidentFlow:
inTTMapTrafficCalloutFactory
Type of change: | Swift declaration
From: `class func create(withIncidentFlow incidentFlow: Any!) -> Any!` |
To: `class func create(withIncidentFlow incidentFlow: Any!) -> TTMapTrafficCallout` |
-
modified class method:
+createWithIncidentFlow:
inTTMapTrafficCalloutFactory
Type of change: | Declaration
From: `+ (id)createWithIncidentFlow:(id)incidentFlow;` |
To: `+ (TTMapTrafficCallout *_Nonnull)createWithIncidentFlow:(id)incidentFlow;` |
-
TTTollRoadStatus
-
modified enum:
TTTollRoadStatus
Type of change: | Declaration
-
From: `NS_ENUM (NSInteger, TTTollRoadStatus) { TTTollRoadStatusUnknown, TTTollRoadStatusYes, TTTollRoadStatusNo }` |
To: `enum TTTollRoadStatus {}` |
-
modified typedef:
TTTollRoadStatus
Type of change: | Declaration
From: `typedef NS_ENUM (NSInteger, TTTollRoadStatus` |
To: `typedef enum TTTollRoadStatus TTTollRoadStatus` |
-
TTLogoVerticalPosition
-
new enum:
TTLogoVerticalPosition
-
new enum value:
bottom
inTTLogoVerticalPosition
-
new typedef:
TTLogoVerticalPosition
-
new enum value:
top
inTTLogoVerticalPosition
-
TTAnnotationDragState
-
modified typedef:
TTAnnotationDragState
Type of change: | Declaration
-
From: `typedef NS_ENUM(NSUInteger, TTAnnotationDragState` |
To: `typedef enum TTAnnotationDragState TTAnnotationDragState` |
-
modified enum:
TTAnnotationDragState
Type of change: | Declaration
From: `NS_ENUM(NSUInteger, TTAnnotationDragState) { TTAnnotationViewDragStateIdle, TTAnnotationViewDragStateStarting, TTAnnotationViewDragStateDragging }` |
To: `enum TTAnnotationDragState {}` |
-
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;` |
-
TTMapTrafficIncidentPoi
-
new property:
icon
inTTMapTrafficIncidentPoi
-
new property:
coordinate
inTTMapTrafficIncidentPoi
-
new property:
iconSize
inTTMapTrafficIncidentPoi
-
TTTrafficIncidentDataHolder
-
new method:
-initWithPOIs:withFlows:withClusters:
inTTTrafficIncidentDataHolder
-
new method:
-isFlow
inTTTrafficIncidentDataHolder
-
new method:
-isPOI
inTTTrafficIncidentDataHolder
-
new class:
TTTrafficIncidentDataHolder
-
new property:
incidentClusters
inTTTrafficIncidentDataHolder
-
new method:
-isCluster
inTTTrafficIncidentDataHolder
-
new property:
incidentPOIs
inTTTrafficIncidentDataHolder
-
new property:
incidentFlows
inTTTrafficIncidentDataHolder
-
new method:
-isEmpty
inTTTrafficIncidentDataHolder
-
new method:
-init
inTTTrafficIncidentDataHolder
-
new class method:
+empty
inTTTrafficIncidentDataHolder
-
TTCameraBoundingBoxBuilder
-
new method:
-withAnimationDuration:
inTTCameraBoundingBoxBuilder
-
new class:
TTCameraBoundingBoxBuilder
-
new method:
-build
inTTCameraBoundingBoxBuilder
-
new class method:
+createWithBoundingBox:
inTTCameraBoundingBoxBuilder
-
new method:
-withPitch:
inTTCameraBoundingBoxBuilder
-
new method:
-withBearing:
inTTCameraBoundingBoxBuilder
-
TTAnnotationManager
-
new method:
-updateMarkerImage:newImage:
inTTAnnotationManager
-
TTLeftHandStatus
-
modified enum:
TTLeftHandStatus
Type of change: | Declaration
-
From: `NS_ENUM (NSInteger, TTLeftHandStatus) { TTLeftHandStatusUnknown, TTLeftHandStatusYes, TTLeftHandStatusNo }` |
To: `enum TTLeftHandStatus {}` |
-
modified typedef:
TTLeftHandStatus
Type of change: | Declaration
From: `typedef NS_ENUM (NSInteger, TTLeftHandStatus` |
To: `typedef enum TTLeftHandStatus TTLeftHandStatus` |
-
TTCenterOnGeometry
-
new class:
TTCenterOnGeometry
-
new method:
-init
inTTCenterOnGeometry
-
TTMapTrafficDelegate
-
modified protocol:
TTMapTrafficDelegate
Type 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>` |
-
TTMapTrafficFlowTiles
-
modified class:
TTMapTrafficFlowTiles
Type of change: | Swift declaration
-
From: `class TTMapTrafficFlowTiles : NSObject` |
To: `class TTMapTrafficFlowTiles` |
-
TTTrackingManagerDefault
-
new class:
TTTrackingManagerDefault
-
new class method:
+bearingSmoothFactor
inTTTrackingManagerDefault
-
TT_API_BETA
-
removed sourcekitten.source.lang.objc.decl.function:
TT_API_BETA
-
TTMapLayer
-
new class:
TTMapLayer
-
new class method:
+createSymbolWithID:withSourceID:withImage:withMap:
inTTMapLayer
-
new property:
sourceID
inTTMapLayer
-
new property:
maxZoom
inTTMapLayer
-
new property:
minZoom
inTTMapLayer
-
new method:
-init
inTTMapLayer
-
new class method:
+createRasterWithID:withSourceID:withMap:
inTTMapLayer
-
new property:
sourceLayerID
inTTMapLayer
-
new property:
visibility
inTTMapLayer
-
new property:
ID
inTTMapLayer
-
new class method:
+createWithStyleJSON:withMap:
inTTMapLayer
-
TTMapRouteStyleLayer
-
new class:
TTMapRouteStyleLayer
-
new property:
width
inTTMapRouteStyleLayer
-
new property:
capType
inTTMapRouteStyleLayer
-
new property:
color
inTTMapRouteStyleLayer
-
new property:
dashArray
inTTMapRouteStyleLayer
-
new property:
joinType
inTTMapRouteStyleLayer
-
TTViewportTransform
-
new protocol:
TTViewportTransform
-
TTCurrentPositionTrackingObject
-
new method:
-init
inTTCurrentPositionTrackingObject
-
new method:
-setInaccuracyAreaColor:
inTTCurrentPositionTrackingObject
-
new method:
-setDimmedInaccuracyAreaColor:
inTTCurrentPositionTrackingObject
-
TTCenterOnPoint
-
new class:
TTCenterOnPoint
-
new method:
-init
inTTCenterOnPoint
-
TTMapTrafficIncidentBase
-
new property:
incidentID
inTTMapTrafficIncidentBase
-
modified class:
TTMapTrafficIncidentBase
Type of change: | Swift declaration
-
From: `class TTMapTrafficIncidentBase : NSObject` |
To: `class TTMapTrafficIncidentBase : TTMapTrafficData` |
-
TTMapTrafficIncidentCluster
-
new property:
coordinate
inTTMapTrafficIncidentCluster
-
TTMapTrafficData
-
new class:
TTMapTrafficData