Example of Polygon in ASP.NET Core Maps Control
This sample uses polygons to highlight the Germany region on OpenStreetMap.
DEMO
SOURCE
In this example, you can see how to display polygon shape over the map layer using polygonSettings
. You can define the polygon shape using points
property. You can use fill
, opacity
, borderColor
, borderWidth
and borderOpacity
to customize the appearance of the polygon shape.
Tooltip is enabled in this example. To see the tooltip in action, hover the mouse over a polygon or tap a polygon in touch enabled devices.