@zcomp/maps-google
v0.0.10
Published
``` npm i --save @zcomp/maps-google ```
Downloads
1
Readme
Usage
npm i --save @zcomp/maps-google
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY" type="text/javascript" />
Note that async
and defer
attributes on script
tag for Google Maps API library are not supported yet.
const GoogleMapFactory = require('@zcomp/maps-google').GoogleMapFactory;
GoogleMapFactory.init();