Package Exports
- @flowingcode/google-map
- @flowingcode/google-map/google-map.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@flowingcode/google-map) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
google-map
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.