summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapViewDelegate.h
Commit message (Collapse)AuthorAgeFilesLines
* Add enabled property to MGLShape (#12352)Jordan Kiley2018-08-201-0/+12
| | | | | | | | | | | | | | * [ios, macos] Add -[MGLMapViewDelegate mapView:canSelectAnnotation:] method. * [ios, macos] Update changelogs. * [ios, macos] Add mapView:canSelect: integration tests. * [ios, macos] Change semantics to shape annotations. * [ios, macos] Update changelogs. * [ios, macos] Update shapeAnnotationIsEnabled documentation, improve code readability.
* [ios, macos] Update minimum deployment versions to iOS 9, macOS 10.11 (#11776)Jason Wray2018-04-271-1/+1
| | | | | | | | | | | | | | | | | | | * [ios] Remove iOS 8 conditionals * [ios, macos] Bump pod deployment targets * [ios, macos] Add changelog entries * [ios, macos] Update docs * Remove unnecessary selector-based version checks * Update SQLite note * [ios, macos] Replace lightweight generics macros with direct use Lightweight generics for Foundation collections are available everywhere with the bump to iOS 9 and macOS 10.11. * Update deprecated macOS method
* [ios] Adds camera change delegate methods with reason parameter. (#11151)Julian Rex2018-02-121-20/+99
| | | | Added missing notification handler for UIApplicationWillResignActiveNotification.
* [ios] Modify return type so callout bridges with protocol in SwiftJesse Bounds2017-03-291-1/+1
| | | | | | | | `- (nullable UIView <MGLCalloutView> *)mapView:(MGLMapView *)mapView calloutViewForAnnotation:(id <MGLAnnotation>)annotation;` bridges with a `UIView?` return type in Swift. This changes replaces the `UIView` type in the method signature so that, when bridged to Swift, the returned object is defined as `MGLCalloutView?`.
* [ios, macos] Added a timing note for two delegate methods (#8259)Jordan Kiley2017-03-071-9/+11
|
* Delegate method to restrict movement (#5584)Minh Nguyễn2017-02-091-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Added delegate method to restrict movement Added a way for the delegate to restrict where the user can move within the map using gestures. Fixes #2457. * [ios] Added support to restrict movement in pinch/rotate gestures * [ios] Added support to restrict movement in double tap/quick zoom/two finger drag gestures * [ios] fixed camera reset before two finger drag gesture is complete * [ios] fixed camera comparison in double tap gestures * [ios] Changelog update * [macos] Changelog updated * [ios, macos] Changelog cleanup * [ios, macos] Added documentation to clarify performance impact * [ios] clarified variable name * [ios] blocking gestures implementation changed to a predictive approach * [ios] gesture delegate methods refactoring * [ios] Removed duplicated methods, improved code readability * [ios] code refactoring to clarify the conditions to execute a gesture
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-80/+80
|
* [ios, macos] Revert deprecation of alphaForShapeAnnotation: delegate methodJason Wray2017-01-131-1/+16
|
* [ios, macos] Deprecate -[MGLMapViewDelegate ↵Jason Wray2016-10-141-11/+7
| | | | mapView:alphaForShapeAnnotation:] (#6706)
* [ios, macos] Add -mapView:didFinishLoadingStyle: delegate methodJason Wray2016-10-111-0/+17
|
* [ios] Improve user location annotation documentationJason Wray2016-08-261-0/+5
| | | | | - Add note to mapView:viewForAnnotation: delegate method. - Edit docs in iosapp's implementation of that delegate method.
* Document -mapViewDidFailLoadingMap:withError: (#6145)Minh Nguyễn2016-08-241-1/+11
| | | | | | * [macos] Implement -mapViewDidFailLoadingMap:withError: * [ios] Documented -mapViewDidFailLoadingMap:withError:
* [ios] Reformat inline documentation with ticks, smart quotes, breaks (#5752)Jason Wray2016-07-221-4/+4
| | | | | - Makes the use of apostrophes in the iOS SDK documentation consistent by converting “dumb” `'` into smart `’`. - Adds ticks around class/property names/values. - Breaks lines at 80 characters.
* [ios,macos] Partially revert 06af75Bruno de Oliveira Abinader2016-07-141-1/+1
| | | | | Use static_cast<float> to convert from CGfloat when creating PropertyValue<float> and avoid breaking backwards-compatibility.
* [ios,macos] Update {Line,Fill}Annotation properties setterBruno de Oliveira Abinader2016-07-131-1/+1
|
* [ios] fixes #5544 support canceling a drag operation and not by default (#5561)Fredrik Karlsson2016-07-051-21/+0
|
* [ios, macos] Rewrote MGLMapViewDelegate, MGLAnnotationView docsMinh Nguyễn2016-07-021-113/+297
| | | | | | | | Reorganized MGLMapViewDelegate and MGLAnnotationView symbols into sections by task. Wrapped documentation comments at column 80 for readability. Added documentation for -mapViewWillStartRenderingFrame: and -mapViewDidFinishRenderingFrame:fullyRendered:, which are supported and behave as expected (except for the part that has been left undocumented). Synchronized iOS and macOS documentation for MGLMapViewDelegate. Added cross-references between annotation image and annotation view delegate methods and among the various callout delegate methods. Added missing MGLAnnotationViewDragState documentation and also added the symbol to jazzy’s table of contents. Rewrote MGLAnnotationView documentation.
* [ios] map view now calls -didAddAnnotationViews (#5466)Fredrik Karlsson2016-06-271-10/+21
|
* [ios] fixes #5036 draggable annotation views (#5373)Fredrik Karlsson2016-06-241-0/+12
|
* [ios] fixes #5127, #5128, #5130 added enabled and selected property to ↵Fredrik Karlsson2016-06-141-0/+21
| | | | | MGLAnnotationView (#5297) [ios] fixes #5127, #5128, #5130 added enabled and selected property to MGLAnnotationView
* [ios] Split out MGLMapViewDelegate into separate headerMinh Nguyễn2016-06-061-0/+284