Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • View2D

Index

Constructors

Methods

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

    Returns View2D

Methods

toString

  • toString(): string
  • To silence lint error, this class has to be exists.

    Returns string

Generated using TypeDoc