Table of Contents

Class RadzenGoogleMapMarker

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenGoogleMapMarker component.

public class RadzenGoogleMapMarker : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenGoogleMapMarker
Implements
Inherited Members

Constructors

RadzenGoogleMapMarker()

public RadzenGoogleMapMarker()

Properties

Label

Gets or sets the label.

[Parameter]
public string Label { get; set; }

Property Value

string

The label.

Map

Gets or sets the map.

[CascadingParameter]
public RadzenGoogleMap Map { get; set; }

Property Value

RadzenGoogleMap

The map.

Position

Gets or sets the position.

[Parameter]
public GoogleMapPosition Position { get; set; }

Property Value

GoogleMapPosition

The position.

Title

Gets or sets the title.

[Parameter]
public string Title { get; set; }

Property Value

string

The title.

Methods

Dispose()

Disposes this instance.

public override void Dispose()