Page 1 of 1

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

Posted: Wed Jun 03, 2015 11:20 am
by Ravenight

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


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

Posted: Thu Jun 04, 2015 8:18 am
by Alena Prykhodko

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.


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

Posted: Mon Feb 08, 2016 4:13 pm
by Madi Anas

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.