Render a grid for a coordinate system on a map.

Param: opt_options

Options.

Api

Constructors

  • Render a grid for a coordinate system on a map.

    Parameters

    Returns Graticule

    Api

Methods

  • Get the map associated with this graticule.

    Returns Map

    The map.

    Api

  • Get the list of meridians. Meridians are lines of equal longitude.

    Returns LineString[]

    The meridians.

    Api

  • Get the list of parallels. Pallels are lines of equal latitude.

    Returns LineString[]

    The parallels.

    Api

  • Set the map for this graticule. The graticule will be rendered on the provided map.

    Parameters

    Returns void

    Api

Generated using TypeDoc