Visual Basic (Declaration) | |
---|---|
Public Sub SetLayerVisibility( _ ByVal layerID As Integer, _ ByVal visible As Boolean _ ) |
For a tiled map service, the sublayer visibilities can't be changed, so this method is doing nothing.
Parameters
- layerID
- The sublayer ID.
- visible
- The sublayer visibility.
Target Platforms:Windows Phone 7