Skip to main content
A newer version of this page is available. .

MapDot Class

The class used to draw a dot on a map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

The following members return MapDot objects:

Remarks

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

MapDotExample

Example

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

Implements

Inheritance

See Also