summaryrefslogtreecommitdiff
path: root/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
diff options
context:
space:
mode:
authorFabian Guerra Soto <fabian.guerra@mapbox.com>2019-07-02 16:33:09 -0700
committerGitHub <noreply@github.com>2019-07-02 16:33:09 -0700
commit12e0a6b0c67bc2356dbe83d7ab19efdd9a3dc2ea (patch)
tree60c7a280960a97ccbe66a5303020b433dbfc9b6e /platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
parent3b1d437460939254191479bd730599c2418c20aa (diff)
downloadqtlocation-mapboxgl-12e0a6b0c67bc2356dbe83d7ab19efdd9a3dc2ea.tar.gz
[ios] Add removeStyleImage to MGLMapView (#14769)
* [ios] Add shoulRremoveStyleImage to MGLMapViewDelegate. * [ios] Changelog update. * [ios, macos] Update shouldRemoveStyle method documentation.
Diffstat (limited to 'platform/macos/test/MGLMapViewDelegateIntegrationTests.swift')
-rw-r--r--platform/macos/test/MGLMapViewDelegateIntegrationTests.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift b/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
index 6c37017be6..90a777e379 100644
--- a/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
+++ b/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
@@ -59,4 +59,5 @@ extension MGLMapViewDelegateIntegrationTests: MGLMapViewDelegate {
func mapView(_ mapView: MGLMapView, calloutViewControllerFor annotation: MGLAnnotation) -> NSViewController? { return nil }
+ func mapView(_ mapView: MGLMapView, shouldRemoveStyleImage imageName: String) -> Bool { return false }
}