Options
All
  • Public
  • Public/Protected
  • All
Menu

Object which describes the spacing between two consecutive grid lines for a specific map scale. Consult the documentation of the LonLatGrid constructor for more information.

Hierarchy

  • Settings

Overview

Properties

Properties

deltaLat

deltaLat: number

The latitude distance between two consecutive grid lines, expressed in degrees.

deltaLon

deltaLon: number

The longitude distance between two consecutive grid lines, expressed in degrees.

scale

scale: number

The scale of the map.

The scale parameter is a cartographic scale, which is the ratio of a distance on the screen to a distance in the real world. The specified settings are used for all scales smaller than the specified scale (so for more 'zoomed out' than the specified scale. This means that using zero as scale will apply the settings for all zoom levels.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method