dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Interfaces

IPublishableLayer Interface

Interface for types FeatureLayer

public interface IPublishableLayer :
dymaptic.GeoBlazor.Core.Interfaces.IMapComponent

Derived
FeatureLayer

Implements IMapComponent

Methods

IPublishableLayer.GetPublishingInfo() Method

Asynchronously retrieve the current value of the PublishingInfo property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.PublishingInfo?> GetPublishingInfo();

Returns

System.Threading.Tasks.Task<PublishingInfo>