Type Alias: DmsFormatter2Options
DmsFormatter2Options =
object
Defined in: src/sdk/graphics/text/DmsFormatter2.ts:8
Options for creating a degree-minute-second formatter.
Properties
cache
cache:
boolean
Defined in: src/sdk/graphics/text/DmsFormatter2.ts:13
Whether to cache and reuse the previously generated string when possible.
nanString
nanString:
string
Defined in: src/sdk/graphics/text/DmsFormatter2.ts:10
The string to output when the input duration is NaN.