• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Cyber Attack Map in ASP.NET Core Maps Control

This sample depicts a cyberattack map, which displays the cyberattacks and threats from various countries to the USA.

DEMO
SOURCE

In this example, you can see how to dynamically display a navigation line with linear animation. Marker templates are added to denote the source and destination locations. Any custom HTML element can be used as a marker.


Injecting Module

The maps component features are segregated into individual modules by feature. To use marker template, inject the Marker module using the Maps.Inject(Marker) method, and use the navigation lines by injecting the NavigationLine module.