vue-yandex-maps
Version:
Yandex Maps 3.0 components library for VueJS.
5 lines (4 loc) • 390 B
TypeScript
import { ArgsType } from '../types';
import type * as WorldUtils from '@yandex/ymaps3-world-utils';
export declare function worldToPixels(...args: ArgsType<typeof WorldUtils.worldToPixels>): Promise<ReturnType<typeof WorldUtils.worldToPixels>>;
export declare function pixelsToWorld(...args: ArgsType<typeof WorldUtils.pixelsToWorld>): Promise<ReturnType<typeof WorldUtils.pixelsToWorld>>;