mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
14 lines
214 B
JavaScript
14 lines
214 B
JavaScript
import GoogleMap from './google_map';
|
|
|
|
export {
|
|
convertNeSwToNwSe,
|
|
convertNwSeToNeSw,
|
|
fitBounds,
|
|
meters2ScreenPixels,
|
|
tile2LatLng,
|
|
latLng2Tile,
|
|
getTilesIds,
|
|
} from './lib';
|
|
|
|
export default GoogleMap;
|