UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

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