mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Update docs GoogleMaps -> GoogleMap
This commit is contained in:
@@ -38,12 +38,12 @@ export const GoogleMapsAnimation = {
|
|||||||
* @description This plugin uses the native Google Maps SDK
|
* @description This plugin uses the native Google Maps SDK
|
||||||
* @usage
|
* @usage
|
||||||
* ```
|
* ```
|
||||||
* import {GoogleMaps, GoogleMapsEvent} from 'ionic-native';
|
* import {GoogleMap, GoogleMapsEvent} from 'ionic-native';
|
||||||
*
|
*
|
||||||
* ...
|
* ...
|
||||||
*
|
*
|
||||||
* // somewhere in your component
|
* // somewhere in your component
|
||||||
* let map = new GoogleMaps('elementID');
|
* let map = new GoogleMap('elementID');
|
||||||
*
|
*
|
||||||
* map.on(GoogleMapsEvent.MAP_READY).subscribe(() => console.log("Map is ready!"));
|
* map.on(GoogleMapsEvent.MAP_READY).subscribe(() => console.log("Map is ready!"));
|
||||||
* ```
|
* ```
|
||||||
|
|||||||
Reference in New Issue
Block a user