Rainer Gonzalez
Results
2
comments of
Rainer Gonzalez
I'm using the new version of the package [@agm/core](https://github.com/SebastianM/angular-google-maps), and I'm able to do something like this: ``` markers.push({ latitude: point.latitude, longitude: point.longitude, url: "./assets/icons/some-icon.svg", label: { color: '#ffffff', fontWeight:...
I'm having the same issue