From 3dfea7d02d4ccd2952755ac58857f4b2ed0cd1db Mon Sep 17 00:00:00 2001 From: Ibby Date: Wed, 1 Mar 2017 22:13:13 -0500 Subject: [PATCH] set GoogleMapsMapTypeId to private --- src/plugins/googlemap.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/plugins/googlemap.ts b/src/plugins/googlemap.ts index 769224af8..a315c92b9 100644 --- a/src/plugins/googlemap.ts +++ b/src/plugins/googlemap.ts @@ -37,6 +37,9 @@ export const GoogleMapsAnimation = { DROP: 'DROP' }; +/** + * @private + */ export const GoogleMapsMapTypeId = { HYBRID: 'MAP_TYPE_HYBRID', NONE: 'MAP_TYPE_NONE', @@ -97,7 +100,7 @@ export const GoogleMapsMapTypeId = { * map.moveCamera(position); // works on iOS and Android * }); * - * + * * // create new marker * let markerOptions: GoogleMapsMarkerOptions = { * position: ionic,