React Three Map - v1.0.9
    Preparing search index...

    Options for converting BufferGeometry to WKT format.

    interface BufferGeometryToWKTOptions {
        origin: Coords;
        precision?: number;
    }
    Index

    Properties

    Properties

    origin: Coords

    The origin coordinates used as reference for converting 3D positions to geo-coordinates. This should match the Canvas or scene origin.

    precision?: number

    Number of decimal places for coordinates in the WKT output.

    8