Supplies information about a MapClick event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class GoogleMapClickEventArgsSupplies information about a MapClick event that is being raised.
public GoogleMapClickEventArgs()The position which represents the clicked map location.
public GoogleMapPosition Position { get; set; }
| Type | Description |
|---|---|
| GoogleMapPosition | The position which represents the clicked map location. |