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

Type Parameters

Properties

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