Wrapper for asynchronously load Google Maps API with Promise.
npm install google-maps-promise[![NPM][npm]][npm-url]
[![Dependencies][deps]][deps-url]
[![DevDependencies][deps-dev]][deps-dev-url]
Wrapper for asynchronously load Google Maps API with Promise.
This module based on ideas from package google-maps
but with another API based on Promises.
It doesn’t change original Google Maps API ans just provide easy way to load
and use this API asynchronously.
For bundlers and other NPM-based environments:
```
npm install --save-dev google-maps-promise
Types for TypeScript are included.
UMD is default for this package, so just use something like:
`js`
import {load, urlSettings} from 'google-maps-promise';
// or
const {load, urlSettings} = require( 'google-maps-promise' );
For using directly in browser (import with