mp-gmap
TypeScript icon, indicating that this package has built-in type declarations

0.0.36 • Public • Published

MpGmap

A simple vue component to use google maps in your application with a single tag!

Example:

<mp-gmap api-key="XXXX"></mp-gmap>

MpGmapMarker

A component to add marker into your map like a child component.

Example:

<mp-gmap api-key="XXXXX">
    <mp-gmap-marker></mp-gmap-marker>
</mp-gmap>

In this case, the marker will be inserted in the center of the map.

#MpGmapInfoWindow A component to add infowindow into your map like a child component.

Example:

<mp-gmap api-key="XXXXX">
    <mp-gmap-info-window></mp-gmap-info-window>
</mp-gmap>

Like the marker, in this case it will be inserted in the center of the map.

Package Sidebar

Install

npm i mp-gmap

Weekly Downloads

2

Version

0.0.36

License

none

Unpacked Size

68 kB

Total Files

8

Last publish

Collaborators

  • mirko.petrelli