Skip to main content

MapDot Class

The class used to draw a dot on a map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public class MapDot :
    MapShape,
    ILocatableRenderItem,
    ISupportCoordLocation,
    ITemplateGeometryItem,
    IClusterable,
    IClusterItemCore,
    IClusterItem,
    ISizedPointCore,
    IPointCore,
    IDot,
    IMapItemCore,
    ISupportIndividualResizeOnly

The following members return MapDot objects:

Remarks

The following image shows an example of a map dot shape.

MapDotExample

Example

View Example

ItemStorage.Items.Add(new MapDot() { Location = new GeoPoint(-10, 10), Size = 18, Stroke = Color.Blue });

Implements

Inheritance

See Also