docs(): docs now display interfaces and related classes

document interfaces + other classes
This commit is contained in:
Ibrahim Hadeed
2016-10-04 13:46:55 -04:00
committed by GitHub
5 changed files with 207 additions and 96 deletions
+27
View File
@@ -87,6 +87,33 @@ 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',