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,