Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.
William Rummler edited this page Jun 23, 2015 · 6 revisions

Frequently Asked Questions

Please also check the website's FAQ list.

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).

Please see the API reference for details on uiGmapIsReady.

Clone this wiki locally