google-map-react/src/index.cjs.js
2020-09-01 05:05:06 +02:00

24 lines
369 B
JavaScript

import GoogleMap from './google_map';
import {
convertNeSwToNwSe,
convertNwSeToNeSw,
fitBounds,
meters2ScreenPixels,
tile2LatLng,
latLng2Tile,
getTilesIds,
} from './lib';
Object.assign(GoogleMap, {
convertNeSwToNwSe,
convertNwSeToNeSw,
fitBounds,
meters2ScreenPixels,
tile2LatLng,
latLng2Tile,
getTilesIds,
});
export default GoogleMap;