When referencing the google map API documents, it is common practice to use script tags which make the google map instance a global variable. But is there a way to access the map instance without it being global?
The npm/bower package angular-google-maps
, on the other hand, does not rely on script tags. However, it has become unmaintained and as a result, the project I am currently working on is in the process of migrating away from it.