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.