From 7ababc4d67cec72876a1e3e596d71e7304a70405 Mon Sep 17 00:00:00 2001 From: Ibby Date: Tue, 4 Oct 2016 13:47:28 -0400 Subject: [PATCH] docs(googlemaps): remove related interface untill they're well documented --- src/plugins/googlemaps.ts | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index a5aa47363..86cdb96e3 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -87,33 +87,6 @@ export const GoogleMapsAnimation = { * marker.showInfoWindow(); * }); * ``` - * @interfaces - * AnimateCameraOptions - * CameraPosition - * MyLocation - * MyLocationOptions - * VisibleRegion - * GoogleMApsMarkerOptions - * GoogleMapsMarkerIcon - * GoogleMapsCircleOptions - * GoogleMapsPolylineOptions - * GoogleMapsPolygonOptions - * GoogleMapsTileOverlayOptions - * GoogleMapsGroundOverlayOptions - * GoogleMapsKmlOverlayOptions - * GeocoderRequest - * GeocoderResult - * @classes - * GoogleMapsMarker - * GoogleMapsCircle - * GoogleMapsPolyline - * GoogleMapsPolygon - * GoogleMapsTileOverlay - * GoogleMapsGroundOverlay - * GoogleMapsKmlOverlay - * GoogleMapsLatLngBounds - * GoogleMapsLatLng - * Geocoder */ @Plugin({ pluginRef: 'plugin.google.maps.Map',