Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 606 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 606 Bytes

🗺 google-maps-loader-helper

This package is a helper for @googlemaps/js-api-loader package

Install Node Package

  • with yarn
yarn add google-maps-loader-helper
  • with npm
npm install google-maps-loader-helper
  import GoogleMapLoader from 'google-maps-loader-helper'

  const GoogleMaps = new GoogleMapLoader(/*options*/)