Class InitialMarkerSelection
Sets and gets the options for customizing the initial selection of the marker in maps.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
InitialMarkerSelection
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class InitialMarkerSelection : SfBaseComponent
Constructors
InitialMarkerSelection()
Declaration
public InitialMarkerSelection()
Properties
Latitude
To initially select the marker latitude.
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
To initially select the marker longitude
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()