Ravenight
Posts: 0
Joined: Sun Jan 11, 2015 3:43 pm

AngularJS - How do I access uiGmapIsReady for Angular-Google-Maps?

I need to access the uiGmapIsReady promise to add geometry and place controls to the map. Is that possible within the framework?

code
uiGmapIsReady.promise(1).then(function(instances) {
instances.forEach(function(inst) {
var map = inst.map;
var uuid = map.uiGmap_id;
var mapInstanceNumber = inst.instance; // Starts at 1.
});
});/code

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

AngularJS - How do I access uiGmapIsReady for Angular-Google-Maps?

Hello,

We use this http://angular-ui.github.io/angular-g..., please check this source for more details.
We are very sorry, but this is something outside the scope (http://devcenter.appery.io/support-po...) of our support.

Madi Anas
Posts: 0
Joined: Thu Sep 03, 2015 9:52 pm

AngularJS - How do I access uiGmapIsReady for Angular-Google-Maps?

It would be great if you could update your Angularjs and Google maps tutorial to include this important directive. I spent hours figuring out why sometimes my markers did not load. I am sure everyone else who is loading markers from database has the same problem.

Return to “Issues”