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

Type Parameters

Methods

  • Returns string