API (v2.0.0) - Giro3D
    Preparing search index...

    Interface SurfaceFormatOptions

    interface SurfaceFormatOptions {
        area: number;
        defaultFormatter: SurfaceLabelFormatter;
        shape: Shape;
    }
    Index

    Properties

    area: number

    The area to format, in CRS square units.

    defaultFormatter: SurfaceLabelFormatter

    The default formatter used as fallback.

    shape: Shape