Interface gmfMobileMeasurePointOptions

interface gmfMobileMeasurePointOptions {
    decimals: number;
    format: string;
    rasterLayers: MeasureRasterLayer[];
    sketchStyle: StyleLike;
}

Properties

decimals: number

The number of significant digits to display.

format: string

The used formatter

rasterLayers: MeasureRasterLayer[]

Raster elevation layers to get information under the point and its configuration.

sketchStyle: StyleLike

A style for the measure point.