IMapLocation Interface
Defines a map location settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public interface IMapLocation
Related API Members
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