From 366f66a7b3501906a7b34fdd4448b79afebc03e1 Mon Sep 17 00:00:00 2001 From: Dan Prietti Date: Tue, 30 May 2017 20:41:39 -0400 Subject: [PATCH] Fixed hideInfoWindow compile error --- map-view.ios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map-view.ios.ts b/map-view.ios.ts index c9e0f66..cfa2c44 100644 --- a/map-view.ios.ts +++ b/map-view.ios.ts @@ -506,7 +506,7 @@ export class Marker extends MarkerBase { } hideInfoWindow(): void { - this._ios.map.selectedMarker = nil; + this._ios.map.selectedMarker = null; } get icon() {