Package-level declarations

Types

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

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 class LatLng(latitude: Double, longitude: Double, altitude: Double = definedExternally) : JsAny

Represents a geographical point with a certain latitude and longitude.

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

Represents a rectangular geographical area on a map.

Link copied to clipboard
class Projection : JsAny

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