summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapViewDelegate.h
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-05-22 12:12:01 +0200
committerKonstantin Käfer <mail@kkaefer.com>2019-05-29 18:27:42 +0200
commit9eb43a587b264524bf9d43d8a578859b63ef2593 (patch)
tree3e47753d30765cc0bd1b3eb146c7af06efc18e15 /platform/macos/src/MGLMapViewDelegate.h
parent05e194614fff1527f812c73aa0f28d4205908013 (diff)
downloadqtlocation-mapboxgl-9eb43a587b264524bf9d43d8a578859b63ef2593.tar.gz
[ios,macos] refactor MGLMapViewImpl
Diffstat (limited to 'platform/macos/src/MGLMapViewDelegate.h')
-rw-r--r--platform/macos/src/MGLMapViewDelegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/macos/src/MGLMapViewDelegate.h b/platform/macos/src/MGLMapViewDelegate.h
index c7d6786666..1de4b47eb7 100644
--- a/platform/macos/src/MGLMapViewDelegate.h
+++ b/platform/macos/src/MGLMapViewDelegate.h
@@ -181,6 +181,8 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (void)mapView:(MGLMapView *)mapView didFinishLoadingStyle:(MGLStyle *)style;
+- (nullable NSImage *)mapView:(MGLMapView *)mapView didFailToLoadImage:(NSString *)imageName;
+
#pragma mark Managing the Appearance of Annotations
/**