dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Functions

BasemapFilter(Basemap, int, IReadOnlyCollection) Delegate

This function is used by the filterFunction property to filter basemaps after they are fetched from the Portal.

public delegate System.Threading.Tasks.Task<bool> BasemapFilter(dymaptic.GeoBlazor.Core.Components.Basemap item, int index, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Basemap> array);

Parameters

item Basemap

The current Basemap item being assessed in the array.

index System.Int32

The index of the Basemap being assessed.

array System.Collections.Generic.IReadOnlyCollection<Basemap>

The array of basemaps being filtered.

Returns

System.Threading.Tasks.Task<System.Boolean>