Example of Highlighted region in ASP.NET Core Maps Control
This sample depicts the ATM populated areas in Oklahoma by highlighting the regions.
DEMO
SOURCE
In this example, you can see how to highlight some specific region by rendering circles. Any custom HTML element can be used as a marker.
Injecting Module
Maps component features are segregated into individual feature-wise modules. To use marker template, you need to inject Marker
module using Maps.Inject(Marker)
method.