mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(googlemaps): improve usage
This commit is contained in:
@@ -60,7 +60,7 @@ export const GoogleMapsAnimation = {
|
|||||||
* let map = new GoogleMap(mapElement);
|
* let map = new GoogleMap(mapElement);
|
||||||
*
|
*
|
||||||
* // listen to MAP_READY event
|
* // listen to MAP_READY event
|
||||||
* map.on(GoogleMapsEvent.MAP_READY).subscribe(() => console.log('Map is ready!'));
|
* map.one(GoogleMapsEvent.MAP_READY).subscribe(() => console.log('Map is ready!'));
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* // create LatLng object
|
* // create LatLng object
|
||||||
|
|||||||
Reference in New Issue
Block a user