docs(google-maps): show all classes and interfaces

This commit is contained in:
Ibby Hadeed 2017-07-10 09:59:35 -04:00
parent 12a83831c8
commit d8bac2f0ab
No known key found for this signature in database
GPG Key ID: 22EFE47A3DDBDB5C

View File

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