POLAR reference
    Preparing search index...
    interface PointerPositionProjection {
        code: `EPSG:${string}`;
        decimals?: number;
    }
    Index
    code: `EPSG:${string}`

    Configured codes must be defined via the core's configuration field MasterportalApiConfiguration.namedProjections | mapConfiguration.namedProjections or its default value.

    decimals?: number

    Decimal count to be displayed for the projection.

    4