diff --git a/src/@ionic-native/plugins/google-maps/index.ts b/src/@ionic-native/plugins/google-maps/index.ts index ec3616b8c..aae3a6739 100644 --- a/src/@ionic-native/plugins/google-maps/index.ts +++ b/src/@ionic-native/plugins/google-maps/index.ts @@ -378,16 +378,35 @@ export const GoogleMapsMapTypeId: { [mapType: string]: MapType; } = { * GoogleMap * Circle * Environment - * Marker - * LatLng * Geocoder + * GroundOverlay + * HtmlInfoWindow + * Geocoder + * LatLng + * LatLngBounds + * Marker + * Polygon + * Polyline + * TileOverlay + * BaseClass + * BaseArrayClass * @interfaces + * GoogleMapOptions * AnimateCameraOptions + * CameraPosition + * CircleOptions + * GeocoderRequest + * GeocoderResult + * GroundOverlayOptions + * ILatLng + * MarkerIcon * MarkerOptions * MyLocation * MyLocationOptions + * PolygonOptions + * PolylineOptions + * TileOverlayOptions * VisibleRegion - * */ @Plugin({ pluginName: 'GoogleMaps',