Skip to main content

MapStyle

Map styling for a structure: line/marker colour, an optional Iconify icon id and the icon's own colour.

type MapStyle {
color: String!
icon: String
iconColor: String
}

Fields

MapStyle.color ● String! non-null scalar

Hex colour for the structure's line/polygon and marker background, e.g. "#1F78B4".

MapStyle.icon ● String scalar

Iconify icon id for a point marker, e.g. "mdi:fire-hydrant"; null for plain lines.

MapStyle.iconColor ● String scalar

Hex colour for the icon glyph itself, e.g. "#FFFFFF"; null for plain lines.

Member Of

Structure object