vue-yandex-maps
Version:
Yandex Maps 3.0 components library for VueJS.
5 lines (4 loc) • 312 B
TypeScript
export { useYMapsLocationFromBounds, getLocationFromBounds } from './getCenterAndZoom.ts';
export type { YandexMapGetLocationFromBoundsOptions } from './getCenterAndZoom.ts';
export { getCenterFromCoords, getBoundsFromCoords } from './calculations.ts';
export { createYmapsOptions, initYmaps } from './init.ts';