summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapView_Private.h
diff options
context:
space:
mode:
authorFredrik Karlsson <bjorn.fredrik.karlsson@gmail.com>2016-08-16 11:01:32 +0200
committerFredrik Karlsson <bjorn.fredrik.karlsson@gmail.com>2016-08-18 14:26:05 +0200
commitf7069523b4b137eb6dfb965eca82d39b46841b15 (patch)
treee5cdc55ebef1091b4c9bd4f83d9cd1d003829379 /platform/macos/src/MGLMapView_Private.h
parent02b908633eb3626b05f1c0abb04fe67054904609 (diff)
downloadqtlocation-mapboxgl-f7069523b4b137eb6dfb965eca82d39b46841b15.tar.gz
[ios, macos] fixes #5974 Move style classes API to MGLStyle
Diffstat (limited to 'platform/macos/src/MGLMapView_Private.h')
-rw-r--r--platform/macos/src/MGLMapView_Private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/macos/src/MGLMapView_Private.h b/platform/macos/src/MGLMapView_Private.h
index 2d9fc52a62..01b1ba7702 100644
--- a/platform/macos/src/MGLMapView_Private.h
+++ b/platform/macos/src/MGLMapView_Private.h
@@ -22,6 +22,9 @@
/// Synchronously render a frame of the map.
- (void)renderSync;
+/// Converts NSTimeInterval to mbgl::Duration
+mbgl::Duration MGLDurationInSeconds(NSTimeInterval duration);
+
- (mbgl::Map *)mbglMap;
@end