@mapgear/mapengine > LayerOptions
LayerOptions interface
Parameters used when creating a new layer
Signature:export interface LayerOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| projection? | Projection | (Optional) Projection for the layer | |
| style? | Style | (Optional) Default style of the objects | |
| type | LayerType | Type of the layer | |
| zIndex? | number | (Optional) ZIndex of the layer |