@arl/leaflet-tracksymbol2
    Preparing search index...

    Variable DOMPoint

    DOMPoint: {
        prototype: DOMPoint;
        fromPoint(other?: DOMPointInit): DOMPoint;
        new (x?: number, y?: number, z?: number, w?: number): DOMPoint;
    }

    Type declaration

      • new (x?: number, y?: number, z?: number, w?: number): DOMPoint
      • Parameters

        • Optionalx: number
        • Optionaly: number
        • Optionalz: number
        • Optionalw: number

        Returns DOMPoint

    • prototype: DOMPoint
    • fromPoint: function