Package-level declarations

Types

Link copied to clipboard
open external class Coords : Point
Link copied to clipboard
abstract external class CRS

Object that defines coordinate reference systems for projecting geographical points into pixel (screen) coordinates and back (and to coordinates in other units for WMS services).

Link copied to clipboard
open external class LatLng(latitude: Number, longitude: Number, altitude: Number = definedExternally)

Represents a geographical point with a certain latitude and longitude.

Link copied to clipboard
open external class LatLngBounds(southWest: LatLng, northEast: LatLng)

Represents a rectangular geographical area on a map.

Link copied to clipboard
external class Projection

An object with methods for projecting geographical coordinates of the world onto a flat surface (and back).