ngeo
    Preparing search index...

    Interface gmfMobileMeasurePointOptions

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

    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.