RadzenGoogleMapMarker component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.GetComponentCssClass
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.BuildRenderTree
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenGoogleMapMarker : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRenderRadzenGoogleMapMarker component.
public RadzenGoogleMapMarker()Gets or sets the label.
public string Label { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the label. |
Gets or sets the map.
public RadzenGoogleMap Map { get; set; }
| Type | Description |
|---|---|
| RadzenGoogleMap | Gets or sets the map. |
Gets or sets the position.
public GoogleMapPosition Position { get; set; }
| Type | Description |
|---|---|
| GoogleMapPosition | Gets or sets the position. |
Gets or sets the title.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title. |