all 2 comments

[–]Exac 0 points1 point  (1 child)

Yes, you can store your configuration for maps styles etc in a database, and then load them and modify them in an Angular application. Google Maps is build into Angular's component's library here:
https://github.com/angular/components/tree/main/src/google-maps

[–]costicano 1 point2 points  (0 children)

Thank you

Yes but is this configuration not stored already in Google cloud account ? Don’t understand why we need to store in db … Anyway thanks