Is there a way to integrate Google Maps Javascript API with Typescript or Angular 2?
Although libraries like https://github.com/SebastianM/angular2-google-maps are available, they may not provide full support for features like Events and Places Libraries or Ground Overlays (possibly can be figured out through documentation).
Is it possible to directly access the Google library itself for the latest version with all functionalities included?
If direct access is not an option, can I import some Javascript or find another workaround?
Thank you.