Skip to main content
.NET 6.0+

IBaseMapsMarker Interface

The base interface for interfaces declaring properties of business objects that can be displayed on a map using the Maps Module

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public interface IBaseMapsMarker

Remarks

Generally, you should not use this interface directly. Instead, implement one of its descendant interfaces:

See Also