You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.
If you feel like anything's missing or could be clarified, or if you'd like to add a new Q&A to the FAQ list, please contribute!
Why am I getting an error when evaluating control.getGMap()? Why is control.getGMap undefined?
All control objects are guaranteed to be augmented with their control methods only when the uiGmapIsReady service's promise has resolved.
Note that the uiGmapGoogleMapApi service/promise does not signal that control objects have been augmented with their control methods. Its purpose is to signal that the Google Maps JS API has been loaded (i.e. that the google.maps global object is available).