UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

5 lines (4 loc) 227 B
import type { LngLat } from "../../../common/types/index"; import type { RawRoute } from '../interface'; export declare function mapPoints(points: LngLat[]): LngLat[]; export declare function mapRoute(raw: RawRoute): RawRoute;