A quick-start Angular project that contains code to add and customize marker clusters in the Syncfusion Angular Maps component. This project also contains code to configure a few of the marker’s basic features, like customizing the cluster, adding multiple marker groups, and customizing the marker using a template.
Refer to the following marker clustering documentation on the Syncfusion Angular Maps component: https://ej2.syncfusion.com/angular/documentation/maps/markers#marker-clustering
Check out this online example of the Angular Maps component with Marker clustering: https://ej2.syncfusion.com/angular/demos/#/material/maps/clusteringmarker
Watch the following video to get started with the Angular Maps component: https://www.youtube.com/watch?v=NSr4LoVe6wA
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the how-to-add-and-customize-marker-clusters-in-the-angular-maps-component repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the ng serve command.