I have been successfully using the Angular Google Maps component. However, I am facing an issue with the custom Icon not appearing. I have set it up as shown below. Can someone please help me troubleshoot why it is not working?
mapOptions = {
center: { lat: store.latitude, lng: store.longitude },
zoom: 11,
mapId: environment.googleMapId,
icon: 'https://developers.google.com/maps/documentation/javascript/examples/full/images/beachflag.png',
} as google.maps.MapOptions;