Class RadzenGoogleMapMarker
RadzenGoogleMapMarker component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenGoogleMapMarker : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenGoogleMapMarker()
RadzenGoogleMapMarker component.
Declaration
public RadzenGoogleMapMarker()
Properties
Label
Gets or sets the label.
Declaration
[Parameter]
public string Label { get; set; }
Property Value
Type | Description |
---|---|
string | The label. |
Map
Gets or sets the map.
Declaration
[CascadingParameter]
public RadzenGoogleMap Map { get; set; }
Property Value
Type | Description |
---|---|
RadzenGoogleMap | The map. |
Position
Gets or sets the position.
Declaration
[Parameter]
public GoogleMapPosition Position { get; set; }
Property Value
Type | Description |
---|---|
GoogleMapPosition | The position. |
Title
Gets or sets the title.
Declaration
[Parameter]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title. |
Methods
Dispose()
Disposes this instance.
Declaration
public override void Dispose()