GeoLeaf Core API - v3.0.0
Preparing search index...
capabilities/legend/types
LegendData
Interface LegendData
The full legend structure generated for one style file.
interface
LegendData
{
version
:
string
;
id
?:
string
;
title
:
string
;
description
:
string
;
sections
:
{
title
:
string
;
items
:
LegendItemData
[]
}
[]
;
}
Index
Properties
version
id?
title
description
sections
Properties
version
version
:
string
Optional
id
id
?:
string
title
title
:
string
description
description
:
string
sections
sections
:
{
title
:
string
;
items
:
LegendItemData
[]
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
version
id
title
description
sections
GeoLeaf Core API - v3.0.0
Loading...
The full legend structure generated for one style file.