After retrieving a list of latitudes and longitudes from my API for an AngularJS application, I want to display a Google map indicating the positions of these coordinates.
I attempted using an iFrame but it only displayed a blank page since the latitudes and longitudes could not be updated dynamically.
How can I integrate Google Maps into my application so that selecting coordinates will result in a map displaying those specific locations with markers?
Do I require a controller? How can I utilize AngularJS directives as a beginner in AngularJS?