From bec74e6f44da8b1243f56de2d7c3ac98060d6b8f Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Wed, 25 May 2016 17:03:43 -0400 Subject: [PATCH] add notes --- src/plugins/googlemaps.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index 3f9d63bfc..c85205eb3 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -1,6 +1,12 @@ -// Notes: -// - The way I'm listening to events might not work. Might need to switch -// - I'm assuming that the sub objects do need a constructor, so I'm using the constructor for other purposes +/** + * ----- IMPORTANT NOTES ----- + * + * - The current event listeners might not work. They might need an alternative implementation. + * - Constructors of the "sub-objects" are not meant to be used. They are for ionic-native developer only. + * - The plugin isn't fully tested and documented yet. Use at your own risk, and don't hesitate to ask questions. + * + * --------------------------- + */ import {Cordova, Plugin} from './plugin'; import {Observable} from 'rxjs/Rx';