Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
MCP Servers
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
// Calculate ellipse size in degrees (latitude-longitude).
Size degreeSize = map.GetLatitudeLongitudeSize(p, ellipseWidth, ellipseHeight);
// Calculate new ellipse location.
Location ellipseLocation = new Location(p.Latitude + degreeSize.Height / 2, p.Longitude - degreeSize.Width / 2);
Then you can use the MapEllipseGeometry. The sample code is below.
<
Grid
x:Name
=
"LayoutRoot"
Background
"White"
>
telerik:RadMap
"radMap"
Center
"42.6957539183824, 23.3327663758679"
ZoomLevel
"10"
telerik:RadMap.Providers
telerik:OpenStreetMapProvider
/>
</
telerik:InformationLayer
"informationLayer"
telerik:MapPath
Fill
"Red"
Opacity
"0.5"
Stroke
"Orange"
StrokeThickness
"2"
telerik:MapPath.Data
telerik:MapEllipseGeometry
RadiusX
RadiusY
All the best, Andrey Murzov the Telerik team