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

MapMarkerBuilder Class

Represents a Map marker.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class MapMarkerBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new MapMarkerBuilder class instance is created when you call the Markers(Action<CollectionFactory<MapMarkerBuilder>>) method.

Implements

Inheritance

See Also