UNPKG

vue-yandex-maps

Version:
6 lines (5 loc) 394 B
export { useYMapsLocationFromBounds, getLocationFromBounds } from './getCenterAndZoom.ts'; export type { YandexMapGetLocationFromBoundsOptions } from './getCenterAndZoom.ts'; export { getCenterFromCoords, getBoundsFromCoords } from './calculations.ts'; export { createYmapsOptions, initYmaps, importYmapsCDNModule } from './init.ts'; export { worldToPixels, pixelsToWorld } from './yandex.ts';