Hi,
this code works so there is no error:
.run(function () {
ionic.Platform.ready(function () {
if (window.plugin) {
map = window.plugin.google.maps.Map;//.getMap(div);
}
});
});
Hi,
this code works so there is no error:
.run(function () {
ionic.Platform.ready(function () {
if (window.plugin) {
map = window.plugin.google.maps.Map;//.getMap(div);
}
});
});