torque-pro-assistant - v1.0.0
    Preparing search index...

    A caller-supplied marker (e.g. a Map hotspot) to project alongside the route. The id field is opaque and preserved on the output.

    interface RouteMarker {
        id: string;
        lat: number;
        lon: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    lat: number
    lon: number