From be0d5f73cfe69f5c546b0e89384c9af022f39fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Pliszczy=C5=84ski?= Date: Tue, 29 Aug 2017 22:55:42 +0200 Subject: [PATCH] Change icon type from Object to String Allow to use google-map-marker with icon parameter passed as a string --- google-map-marker.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-map-marker.html b/google-map-marker.html index fb789a3..6522e59 100644 --- a/google-map-marker.html +++ b/google-map-marker.html @@ -207,8 +207,8 @@ * @type string|google.maps.Icon|google.maps.Symbol */ icon: { - type: Object, - value: null, + type: String, + value: '', observer: '_iconChanged' },