Describes the style which will be used to visualize the grid.

Hierarchy

  • StyleSettings

Properties

labelFormat?: LonLatPointFormat

The LonLatPointFormat that is used for formatting the grid labels

labelPosition?: LabelPosition

Indicates how the grid line should be labeled.

labelStyle?: TextStyle

The TextStyle which will be used to draw the longitude/latitude labels. The stroke properties of the TextStyle are ignored on a WebGLMap.

labeled?: boolean

Setting which determines whether the grid should be labeled or not.

lineStyle?: LineStyle

The style used to draw the grid lines.

originLabelFormat?: LonLatPointFormat

The LonLatPointFormat that is used for formatting the grid labels for the lines that pass through the origin

originLabelStyle?: TextStyle

The TextStyle which will be used to draw the longitude/latitude labels for the lines that pass through the origin. The stroke properties of the TextStyle are ignored on a WebGLMap.

originLineStyle?: LineStyle

The style used to draw the longitude and latitude line that pass through the origin.