windowsforms-devexpress-dot-xtramap-29301bff.md
The class used to draw a callout on a map.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public class MapCallout :
MapPointer,
IColorizerElement,
IMapCallout,
ICallout,
IMapItemCore
Public Class MapCallout
Inherits MapPointer
Implements IColorizerElement,
IMapCallout,
ICallout,
IMapItemCore
The following members return MapCallout objects:
The following image shows an example of a map callout item.
ItemStorage.Items.Add(new MapCallout() { Location = new GeoPoint(10, 10), Text = "This is a MapCallout object" });
ItemStorage.Items.Add(New MapCallout() With {.Location = New GeoPoint(10, 10), .Text = "This is a MapCallout object"})
Object MapItem MapPointer MapCallout
See Also