IMapLocation Interface
In This Article
Defines a map location settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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