Interface EditSketchSnapIndicatorOptions

interface EditSketchSnapIndicatorOptions {
    beforeId?: string;
    enabled?: boolean;
    id?: string;
    paint?: Record<string, unknown>;
}

Properties

beforeId?: string

Insert the indicator layer before this layer id.

enabled?: boolean

Render the default indicator layer.

true
id?: string

Indicator source and layer id.

"honua-snap-indicator"
paint?: Record<string, unknown>

Paint overrides merged over the default circle paint.