My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Angular2-google-maps : Is it possible to change origin code to style infoWindow and Markers?

Sylvan Reinieren's photo
Sylvan Reinieren
·Jun 1, 2016

I am currently working on a google maps implementation with angular2-google-maps.

Now I want to customize the infoWindow and markers. Is it possible (and how) to change the origin code from: https://github.com/SebastianM/angular2-google-maps

To customize the infoWindow and markers to the way I want to style them?

What I want to create is something like this:

title here

And the number inside the circle is coming from the markerObject where I set the ID. So, it has to print html inside a marker. (or I just need to customize the original label to multiple number because now it only prints 0-9).