summaryrefslogtreecommitdiff
path: root/include/mbgl/ios
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-14 23:14:50 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-12-15 12:52:13 -0800
commit9aba820892aed89b821304f559e1a72e5856cb5c (patch)
tree2a0bb53c2c182c52ae93b903c2cb522337b8a562 /include/mbgl/ios
parente1854f0f2628e4808b48e01231c1a3a3a6cf9b68 (diff)
downloadqtlocation-mapboxgl-9aba820892aed89b821304f559e1a72e5856cb5c.tar.gz
[ios, osx] Added flyTo to OS X; refactored camera setters
Diffstat (limited to 'include/mbgl/ios')
-rw-r--r--include/mbgl/ios/MGLMapView.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index 2a5e649fef..e122874e37 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -218,8 +218,6 @@ IB_DESIGNABLE
* @param completion The block to execute after the animation finishes. */
- (void)setCamera:(MGLMapCamera *)camera withDuration:(NSTimeInterval)duration animationTimingFunction:(nullable CAMediaTimingFunction *)function completionHandler:(nullable void (^)(void))completion;
-#pragma mark - flyTo
-
/** Uses a ballistic parabolic motion to "fly" the viewpoint to a different location with respect to the map with an optional transition duration.
* @param camera The new viewpoint.
* @param duration The amount of time, measured in seconds, that the transition animation should take. Specify `0` to jump to the new viewpoint instantaneously.