ASP.NET Pack Programmer's Guide
MapView.SlippyMapLayers Property
See Also
 





Gets the list of slippy tile map layers displayed in this view.

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public List<SlippyMapLayer> SlippyMapLayers { get; }

Visual Basic  Copy Code

Public ReadOnly Property SlippyMapLayers As List(Of SlippyMapLayer)

 Property Value

Type: List(SlippyLayer)

 Remarks

This property is used only if ClientSideMode is set to ClientSideMode.SlippyTiles.

 See Also

MapView Members
MapView Class
MindFusion.Mapping.WebForms Namespace