BaseLayer class
Base object representing a GeoApps baselayer. A base layer can be a color, layer or a set of layers where only one baselayer at a time is active, providing a background for the map.
Signature:export declare abstract class BaseLayer
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the BaseLayer
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
BaseLayerId | readonly | string | Id of the baselayer |
Title | string | Title of the baselayer | |
Type | readonly | BaseLayerType | Type of baselayer |