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