Skip to content
Guillaume Leclerc edited this page Sep 20, 2016 · 2 revisions

loaded

Type: Q promise

It will be resolved when Google maps library is loaded.

You should not really need to use this but it exist just in case.

Example

loaded.then(function() {
  console.log('the google map library has been loaded');
})

Components

... More to come

Global methods

Global objects

Internals

(for contributors)

Utils

Clone this wiki locally