LuciadRIA (2026.0.06)
    Preparing search index...

    Constructor options for LonLatPointFormat.

    interface LonLatPointFormatConstructorOptions {
        decimalSeparator?: string;
        pattern?: string;
    }

    Properties

    decimalSeparator?: string

    The separator symbol between the integer part and the fraction part. Default value is "."

    pattern?: string

    The pattern to use for formatting a point. Please refer to the class documentation for details.