document interfaces + other classes

This commit is contained in:
Ibrahim Hadeed
2016-09-27 10:46:41 -04:00
parent 49bf9b7cc5
commit dde011c8f6
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',