mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
Update docs GoogleMaps -> GoogleMap
This commit is contained in:
parent
d715d6a118
commit
82cfe33d86
@ -38,12 +38,12 @@ export const GoogleMapsAnimation = {
|
||||
* @description This plugin uses the native Google Maps SDK
|
||||
* @usage
|
||||
* ```
|
||||
* import {GoogleMaps, GoogleMapsEvent} from 'ionic-native';
|
||||
* import {GoogleMap, GoogleMapsEvent} from 'ionic-native';
|
||||
*
|
||||
* ...
|
||||
*
|
||||
* // 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!"));
|
||||
* ```
|
||||
|
Loading…
Reference in New Issue
Block a user