interface RouteMatchingRequest<T> {
    accuracy: number;
    customOptions: any;
    points: GenericMapPos<T>[];
    projection: any;
}

Type Parameters

Hierarchy (view full)

Properties

accuracy: number
customOptions: any
points: GenericMapPos<T>[]
projection: any

Generated using TypeDoc