summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MapboxGL.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-06-25 11:58:23 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-06-25 21:54:57 -0700
commit1d11624efdf2d73a8adb43310c481969ead18d46 (patch)
treec362981a8e2ff82e0cb00285de39565bae49588d /include/mbgl/ios/MapboxGL.h
parent68e404c522d318ca87e5435a997a21a9604ad0e8 (diff)
downloadqtlocation-mapboxgl-1d11624efdf2d73a8adb43310c481969ead18d46.tar.gz
Test fit to bounds; added MGLCoordinateBounds functions
Added a bunch of functions to work with MGLCoordinateBounds in a separate header analogous to MKGeometry.h. Added resolution-independent tests for common fit to bounds scenarios.
Diffstat (limited to 'include/mbgl/ios/MapboxGL.h')
-rw-r--r--include/mbgl/ios/MapboxGL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/ios/MapboxGL.h b/include/mbgl/ios/MapboxGL.h
index d3b032b9c9..bcdc5359bf 100644
--- a/include/mbgl/ios/MapboxGL.h
+++ b/include/mbgl/ios/MapboxGL.h
@@ -1,5 +1,6 @@
#import "MGLAccountManager.h"
#import "MGLAnnotation.h"
+#import "MGLGeometry.h"
#import "MGLMapView.h"
#import "MGLMultiPoint.h"
#import "MGLOverlay.h"