dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Interfaces
ITrackableLayer Interface
Interface for types CSVLayer, FeatureLayer, GeoJSONLayer, WFSLayer
public interface ITrackableLayer :
dymaptic.GeoBlazor.Core.Interfaces.IMapComponent
Derived
↳ CSVLayer
↳ FeatureLayer
↳ GeoJSONLayer
↳ WFSLayer
Implements IMapComponent
Properties
ITrackableLayer.TrackInfo Property
dymaptic.GeoBlazor.Core.Components.TrackInfo? TrackInfo { get; set; }
Property Value
Methods
ITrackableLayer.GetTrackInfo() Method
Asynchronously retrieve the current value of the TrackInfo property.
System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.TrackInfo?> GetTrackInfo();
Returns
System.Threading.Tasks.Task<TrackInfo>
ITrackableLayer.SetTrackInfo(TrackInfo) Method
Asynchronously set the value of the TrackInfo property after render.
System.Threading.Tasks.Task SetTrackInfo(dymaptic.GeoBlazor.Core.Components.TrackInfo? value);
Parameters
value
TrackInfo