This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
google-map 3.1.0
Install from the command line:
Learn more about npm packages
$ npm install @paackeng/google-map@3.1.0
Install via package.json:
"@paackeng/google-map": "3.1.0"
About this version
If you are seeking a smaller, simplified version of google-map
, we recommend using
good-map
<google-map fit-to-markers api-key="AIzaSyD3E1D9b-Z7ekrT3tbhl_dy8DCXuIuDDRc">
<google-map-marker latitude="37.78" longitude="-122.4" draggable="true"></google-map-marker>
</google-map>
Breaking changes:
- Markers added to
<google-map>
must now specifyslot="markers"
to be added correctly.