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',