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

ISupportCoordLocation Interface

The interface that should be provided by map vector items whose location can be determined.

Namespace: DevExpress.Map

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

NuGet Packages: DevExpress.Map.Core, DevExpress.WindowsDesktop.Map.Core

Declaration

public interface ISupportCoordLocation

Remarks

This interface introduces the ISupportCoordLocation.Location property, specifying the location of the item.

See Also