Type alias gmfMobileMeasureLengthOptions

gmfMobileMeasureLengthOptions: {
    precision?: number;
    sketchStyle: StyleLike;
}

Type declaration

  • Optional precision?: number

    The number of significant digits to display.

  • sketchStyle: StyleLike

    A style for the measure length.

Generated using TypeDoc