Graticule constructor

Graticule(
  1. Projection projection, [
  2. GraticuleConfig config = const GraticuleConfig()
])

Creates a Graticule generator.

Implementation

Graticule(this.projection, [this.config = const GraticuleConfig()]);