I am relatively new to using Angular and decided to experiment with integrating Google Maps into my project.
Here's what I need: I have a search bar for finding restaurants. The API returns the address, latitude, and longitude of the restaurant searched by the user. What I want is to display a marker on the map indicating the position of the restaurant.
I attempted using https://github.com/nlaplante/angular-google-maps/. It successfully displays the map but doesn't automatically center it to the specific latitude and longitude. I tried mapping the coordinates from the search API without success.
If anyone has encountered a similar scenario and has an example that I could refer to, I would greatly appreciate the help.
Your assistance is welcomed.