@JsType(isNative=true)
public static class L.Projection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Projection |
LonLat
Equirectangular, or Plate Carree projection the most simple projection, mostly used by GIS enthusiasts.
|
static Projection |
Mercator
Elliptical Mercator projection — more complex than Spherical Mercator.
|
static Projection |
SphericalMercator
Spherical Mercator projection — the most common projection for online maps, used by almost all free and commercial tile providers.
|
Constructor and Description |
---|
Projection() |
@JsProperty public static Projection LonLat
@JsProperty public static Projection Mercator
@JsProperty public static Projection SphericalMercator