/how-to-add-and-customize-bubbles-in-the-angular-maps-component

A quick-start Angular project that contains code to add and customize bubbles in the Syncfusion Angular Maps component. This project also contains code to configure a few of the component’s basic features, like changing bubble type, customizing the bubble, enabling multiple bubble group, and tooltips.

Primary LanguageTypeScript

How to Add and Customize Bubbles in the Angular Maps Component

A quick-start Angular project that contains code to add and customize bubbles in the Syncfusion Angular Maps component. This project also contains code to configure a few of the component’s basic features, like changing bubble type, customizing the bubble, enabling multiple bubble group, and tooltips.

Refer to the following bubble documentation on the Syncfusion Angular Maps component:  https://ej2.syncfusion.com/angular/documentation/maps/bubble

Check out this online example of the Angular Maps component with Bubble:  https://ej2.syncfusion.com/angular/demos/#/material3/maps/bubble

Project prerequisites

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

How to run this application?

To run this application, you need to clone the how-to-add-and-customize-bubbles-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.