mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +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
|
* 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',
|
||||||
|
Loading…
Reference in New Issue
Block a user