Google map offline in PWA angular application

I am creating a PWA application with offline capabilities and I want to implement google map in it. Currently I am using “@angular/google-maps” package for google map implementation.

So is it possible to use this google map as offline ?

Or is there any better method available for implementing google map with offline capability ?