@nativescript-community/ui-carto
    Preparing search index...

    Interface RouteMatchingRequest<T>

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

    Type Parameters

    Index

    Properties

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