MapDot Class
The class used to draw a dot on a map.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public class MapDot :
MapShape,
ILocatableRenderItem,
ISupportCoordLocation,
ITemplateGeometryItem,
IClusterable,
IClusterItemCore,
IClusterItem,
ISizedPointCore,
IPointCore,
IDot,
IMapItemCore,
ISupportIndividualResizeOnly
#Related API Members
The following members return MapDot objects:
#Remarks
The following image shows an example of a map dot shape.
#Example
ItemStorage.Items.Add(new MapDot() { Location = new GeoPoint(-10, 10), Size = 18, Stroke = Color.Blue });
#Implements
See Also