summaryrefslogtreecommitdiff
path: root/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/test/MGLMapViewDelegateIntegrationTests.swift')
-rw-r--r--platform/macos/test/MGLMapViewDelegateIntegrationTests.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift b/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
index 3f82e7c61a..00635d97eb 100644
--- a/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
+++ b/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
@@ -26,6 +26,8 @@ extension MGLMapViewDelegateIntegrationTests: MGLMapViewDelegate {
func mapViewDidFinishRenderingMap(_ mapView: MGLMapView, fullyRendered: Bool) {}
func mapViewDidFailLoadingMap(_ mapView: MGLMapView, withError error: Error) {}
+
+ func mapView(_ mapView: MGLMapView, shapeAnnotationIsEnabled annotation: MGLShape) -> Bool { return false }
func mapView(_ mapView: MGLMapView, didDeselect annotation: MGLAnnotation) {}