I am currently utilizing agm/core
to showcase the coordinates of a map. Here is the code snippet I am using:
<agm-map [latitude]="10.3207886" [longitude]="123.90250049999997">
<agm-marker [latitude]="10.3207886 [longitude]="123.90250049999997"></agm-marker>
</agm-map>
The current view looks like this:
https://i.sstatic.net/JGSpn.png
However, I would like the map to display the streets initially, similar to this:
https://i.sstatic.net/WvVL6.png
What steps should I take to achieve this desired effect?