mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
docs(google-maps): show all classes and interfaces
This commit is contained in:
parent
12a83831c8
commit
d8bac2f0ab
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user