Back to Devexpress

DevExpress.Map Namespace

corelibraries-devexpress-a88e82e4.md

latest2.1 KB
Original Source

DevExpress.Map Namespace

Contains common utility classes used by the Map controls from DevExpress.

Assembly : DevExpress.Map.v25.2.Core.dll

NuGet Package : DevExpress.Map.Core

Classes

NameDescription
AttributeDisplayValueEditEventArgsProvides data for the MapItemsLayerBase.AttributeDisplayValueEdit and VectorLayerBase.AttributeDisplayValueEdit events.
CoordPointThe base class for all map coordinate points.
RangeDistributionBaseThe base for classes that define distribution of color ranges in a colorizer.

Interfaces

NameDescription
ICoordPointConverter
IHeatmapPointThe base interface for heatmap points.
IRangeDistribution
ISupportCoordLocationThe interface that should be provided by map vector items whose location can be determined.
ISupportCoordPointsThe interface that should be implemented by map vector items specified using an array of points.

Structs

NameDescription
MapBoundsRepresents the map bounds.

Delegates

NameDescription
AttributeDisplayValueEditEventHandlerA method that will handle the MapItemsLayerBase.AttributeDisplayValueEdit and VectorLayerBase.AttributeDisplayValueEdit events.