Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V24.1

IMapLocation Interface

Defines a map location settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public interface IMapLocation

The following members return IMapLocation objects:

Remarks

The IMapLocation interface allows you to get information about the clicked location in the MapClick event handler and about the clicked marker’s location in the MarkerClick event handler. For more information, refer to event descriptions.

See Also