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

    Interface RoutingRequest<T>

    interface RoutingRequest<T = DefaultLatLonKeys> {
        customOptions: any;
        points: GenericMapPos<T>[];
        projection: any;
    }

    Type Parameters

    Index

    Properties

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