Class GoogleMapClickEventArgs
Supplies information about a MapClick event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class GoogleMapClickEventArgs
Constructors
GoogleMapClickEventArgs()
Supplies information about a MapClick event that is being raised.
Declaration
public GoogleMapClickEventArgs()
Properties
Position
The position which represents the clicked map location.
Declaration
public GoogleMapPosition Position { get; set; }
Property Value
Type | Description |
---|---|
GoogleMapPosition |