Constructors
constructor
- new View2D(opt: { center?: LngLat; crs?: "EPSG3857" | "EPSG3395" | "EPSG4326"; rotation?: number; zoom?: number }): View2D
-
Parameters
-
opt: { center?: LngLat; crs?: "EPSG3857" | "EPSG3395" | "EPSG4326"; rotation?: number; zoom?: number }
-
Optional center?: LngLat
-
Optional crs?: "EPSG3857" | "EPSG3395" | "EPSG4326"
-
Optional rotation?: number
-
Optional zoom?: number
Methods
toString
-
Returns string
To silence lint error, this class has to be exists.