Example of Highlighted region in ASP.NET MVC Maps Control
This sample depicts the ATM populated areas in Oklahoma by highlighting the regions.
DEMO
SOURCE
ATM locations in Oklahoma, USA
Source:
www.google.co.in/maps
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 the Maps.Inject(Marker)
method.