Class Pixcel

화면 내 픽셀 좌표를 저장할 수 있는 클래스입니다.
unprojectproject 메소드의 타입으로 주로 사용됩니다.

Example

let pix = map.project([127.029414, 37.471401]); // = Pixcel(246.4999, 379.5)

Hierarchy

  • Pixcel

Constructors

Constructors

  • Parameters

    • x: number
    • y: number

    Returns Pixcel

Generated using TypeDoc