summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-07-31 16:18:43 -0400
committerJason Wray <jason@kulturny.com>2015-07-31 16:18:43 -0400
commitaa202f7e086fc298039eb3454150ad095cd2f64d (patch)
tree15f18be52c43b33fa095c9b9f9a860210e1d422b /include
parent57f0d6535cf4ce99aab1383ebef10341762f5104 (diff)
downloadqtlocation-mapboxgl-aa202f7e086fc298039eb3454150ad095cd2f64d.tar.gz
Add more mapView!
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index b8ea4ee7fa..212a439839 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -417,6 +417,7 @@ IB_DESIGNABLE
/** Tells the delegate that the region displayed by the map view is about to change.
*
* This method is called whenever the currently displayed map region will start changing.
+ * @param mapView The map view whose visible region will change.
* @param animated Whether the change will cause an animated effect on the map. */
- (void)mapView:(MGLMapView *)mapView regionWillChangeAnimated:(BOOL)animated;
@@ -429,6 +430,7 @@ IB_DESIGNABLE
/** Tells the delegate that the region displayed by the map view just changed.
*
* This method is called whenever the currently displayed map region has finished changing.
+ * @param mapView The map view whose visible region changed.
* @param animated Whether the change caused an animated effect on the map. */
- (void)mapView:(MGLMapView *)mapView regionDidChangeAnimated:(BOOL)animated;