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