Skip to content

Instantly share code, notes, and snippets.

@friedbunny
Created May 15, 2019 05:49
Show Gist options
  • Save friedbunny/f8bcb5ab368f1482ec1f8acea9bfab95 to your computer and use it in GitHub Desktop.
Save friedbunny/f8bcb5ab368f1482ec1f8acea9bfab95 to your computer and use it in GitHub Desktop.

Auto-generated by running:

apidiff ios-v4.10.0 head objc platform/ios/src/Mapbox.h

MGLStringFromMetricType

new sourcekitten.source.lang.objc.decl.function: MGLStringFromMetricType

MGLMetricsManager

new class: MGLMetricsManager

new method: -pushMetric:withAttributes: in MGLMetricsManager

new property: sharedManager in MGLMetricsManager

new property: delegate in MGLMetricsManager

MGLMetricType

new enum: MGLMetricType

new typedef: MGLMetricType

new enum value: MGLMetricTypePerformance in MGLMetricType

MGLLocationManager

new method: -distanceFilter in MGLLocationManager

new method: -setDistanceFilter: in MGLLocationManager

new method: -setActivityType: in MGLLocationManager

new method: -desiredAccuracy in MGLLocationManager

new method: -activityType in MGLLocationManager

new method: -setDesiredAccuracy: in MGLLocationManager

removed property: distanceFilter in MGLLocationManager

removed property: activityType in MGLLocationManager

removed property: desiredAccuracy in MGLLocationManager

MGLMetricsManagerDelegate

new method: -metricsManager:shouldHandleMetric: in MGLMetricsManagerDelegate

new method: -metricsManager:didCollectMetric:withAttributes: in MGLMetricsManagerDelegate

new protocol: MGLMetricsManagerDelegate

MGLSymbolZOrder

new enum value: MGLSymbolZOrderAuto in MGLSymbolZOrder

modified enum value: MGLSymbolZOrderSource in MGLSymbolZOrder

Type of change: Swift declaration
From: case source = 1
To: case source = 2

modified enum value: MGLSymbolZOrderViewportY in MGLSymbolZOrder

Type of change: Swift declaration
From: case viewportY = 0
To: case viewportY = 1

MGLSymbolStyleLayer

new property: symbolSortKey in MGLSymbolStyleLayer

MGLLoggingLevel

new enum value: MGLLoggingLevelDebug in MGLLoggingLevel

modified enum value: MGLLoggingLevelError in MGLLoggingLevel

Type of change: Swift declaration
From: case error = 2
To: case error = 3

modified enum value: MGLLoggingLevelFault in MGLLoggingLevel

Type of change: Swift declaration
From: case fault = 3
To: case fault = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment