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