@cercalia/sdk
    Preparing search index...

    Interface SnapToRoadPoint

    interface SnapToRoadPoint {
        angle?: number;
        attribute?: string;
        compass?: number;
        coord: Coordinate;
        speed?: number;
    }
    Index

    Properties

    angle?: number
    attribute?: string
    compass?: number
    coord: Coordinate
    speed?: number