Interface ILayer
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public interface ILayer
Properties
AnimationDuration
Sets and gets the duration for the animation of layers in maps.
Declaration
double AnimationDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BingMapType
Sets and gets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing, then the map will render based on shape data since default layer type will be set as Geometry.
Declaration
BingMapType BingMapType { get; set; }
Property Value
Type | Description |
---|---|
BingMapType |
DataSource
Sets and gets the data source for the layer. The data source can contain data that can be bound to the tooltip, marker, and bubble.
Declaration
IEnumerable<object> DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> |
GeometryType
Sets and gets the geometry type for the layer in maps.
Declaration
GeometryType GeometryType { get; set; }
Property Value
Type | Description |
---|---|
GeometryType |
Key
Sets and gets the key for the tile map layer in maps.
Declaration
string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LayerType
Sets and gets the type of the layer in maps. If we use layer type with shape data property in layer of the maps then map will render based on the provided layer type.
Declaration
ShapeLayerType LayerType { get; set; }
Property Value
Type | Description |
---|---|
ShapeLayerType |
Query
Sets and gets the query to select particular data from the shape data. This property is applicable only when the data source is created by data manager.
Declaration
Query Query { get; set; }
Property Value
Type | Description |
---|---|
Query |
ShapeData
Sets and gets the shape data for the maps to render.
Declaration
object ShapeData { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ShapeDataPath
Sets and gets the path for the shape from the shape data in maps.
Declaration
string ShapeDataPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShapePropertyPath
Sets and gets the path for the layers from the layer data source in maps.
Declaration
string[] ShapePropertyPath { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
StaticMapType
Sets and gets the type of the static maps.
Declaration
StaticMapType StaticMapType { get; set; }
Property Value
Type | Description |
---|---|
StaticMapType |
Type
Sets and gets the type of the layer in maps.
Declaration
Type Type { get; set; }
Property Value
Type | Description |
---|---|
Type |
UrlTemplate
Sets and gets the template for the map using the url.
Declaration
string UrlTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Enables or disables the visibility state for the layers in maps.
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |