I have a list of Latitudes and longitudes obtained from my API; this is an AngularJS application. I want the user to see a google map showing the position of these coordinates on the map.
I have looked into iFrame but it shows a blank page because I cannot update these lat and lng.
So how can I implement google maps on my application where when selected coordinates it will show a map with the marker of where those coordinates are.
Do I need a controller? With AngularJS directives how would I use them? I am completely new to AngularJS.