@cercalia/sdk
    Preparing search index...

    Interface SnapToRoadSegment

    interface SnapToRoadSegment {
        attribute?: string;
        distance: number;
        speeding?: boolean;
        speedingLevel?: number;
        wkt: string;
    }
    Index

    Properties

    attribute?: string
    distance: number
    speeding?: boolean
    speedingLevel?: number
    wkt: string