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

    Interface RouteMatchingResult<T>

    interface RouteMatchingResult<T = DefaultLatLonKeys> {
        getPoints(): MapPosVector<T>;
        getProjection(): Projection;
        getRawResult(): string;
    }

    Type Parameters

    Index

    Methods

    • Returns string