mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-11 05:11:40 +08:00
docs(google-maps): fix plugin reference (#1251)
This commit is contained in:
parent
150b236468
commit
1eebea9df5
@ -399,7 +399,7 @@ export class GoogleMap {
|
|||||||
* // create a new map by passing HTMLElement
|
* // create a new map by passing HTMLElement
|
||||||
* let element: HTMLElement = document.getElementById('map');
|
* let element: HTMLElement = document.getElementById('map');
|
||||||
*
|
*
|
||||||
* let map: GoogleMap = GoogleMaps.create(element);
|
* let map: GoogleMap = this.googleMaps.create(element);
|
||||||
*
|
*
|
||||||
* // listen to MAP_READY event
|
* // listen to MAP_READY event
|
||||||
* // You must wait for this event to fire before adding something to the map or modifying it in anyway
|
* // You must wait for this event to fire before adding something to the map or modifying it in anyway
|
||||||
|
Loading…
x
Reference in New Issue
Block a user