After some Googling on how to get Longitude and Latitde from an address using the Maps JavaScript API I soon understood that you actually can’t use this particular API, it is only for displaying the map, but you can easily use another api to do this which works in the same way. The API we […]
Category Archives: Google Cloud
Create an Angular 11 app that use Google Maps
In case you are curious how to add Google Maps to your Angular app you can follow my little tutorial here. We add a new Angular project from scratch. I use Angular 11. Since I had Angular 10 previously on my computer, I could update it simply with If you are in a previous Angular […]