-
Notifications
You must be signed in to change notification settings - Fork 655
loaded
Guillaume Leclerc edited this page Sep 20, 2016
·
2 revisions
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.
loaded.then(function() {
console.log('the google map library has been loaded');
})
- Map
- [MapComponent](Extending Components)
- Marker
- Cluster
- InfoWindow
- Polyline
- Circle
- Rectangle
- PlaceInput
... More to come
(for contributors)