Auto-generated by running:
apidiff ios-v4.10.0 head objc platform/ios/src/Mapbox.h
new sourcekitten.source.lang.objc.decl.function: MGLStringFromMetricType
new class: MGLMetricsManager
new method: -pushMetric:withAttributes: in MGLMetricsManager
new property: sharedManager in MGLMetricsManager
new property: delegate in MGLMetricsManager
new enum: MGLMetricType
new typedef: MGLMetricType
new enum value: MGLMetricTypePerformance in MGLMetricType
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
new method: -metricsManager:shouldHandleMetric: in MGLMetricsManagerDelegate
new method: -metricsManager:didCollectMetric:withAttributes: in MGLMetricsManagerDelegate
new protocol: MGLMetricsManagerDelegate
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 |
new property: symbolSortKey in MGLSymbolStyleLayer
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 |