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 * GoogleMap
* Circle * Circle
* Environment * Environment
* Marker
* LatLng
* Geocoder * Geocoder
* GroundOverlay
* HtmlInfoWindow
* Geocoder
* LatLng
* LatLngBounds
* Marker
* Polygon
* Polyline
* TileOverlay
* BaseClass
* BaseArrayClass
* @interfaces * @interfaces
* GoogleMapOptions
* AnimateCameraOptions * AnimateCameraOptions
* CameraPosition
* CircleOptions
* GeocoderRequest
* GeocoderResult
* GroundOverlayOptions
* ILatLng
* MarkerIcon
* MarkerOptions * MarkerOptions
* MyLocation * MyLocation
* MyLocationOptions * MyLocationOptions
* PolygonOptions
* PolylineOptions
* TileOverlayOptions
* VisibleRegion * VisibleRegion
*
*/ */
@Plugin({ @Plugin({
pluginName: 'GoogleMaps', pluginName: 'GoogleMaps',