MapSubLayerProps Interface
JSON representation of the settings associated with a map sublayer included within a MapLayerProps. A map sub layer represents a set of objects within the layer that can be controlled separately. These are produced only from map servers that produce images on demand and are not supported by tiled (cached) servers.
@see MapLayerProps
Properties
Name | Type | Description | |
---|---|---|---|
children | SubLayerId[] | undefined | ||
id | SubLayerId | undefined | ||
name | string | ||
parent | SubLayerId | undefined | ||
title | string | undefined | ||
visible | boolean | undefined |
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.