0.0.36 • Published 4 years ago

mp-gmap v0.0.36

Weekly downloads
89
License
-
Repository
-
Last release
4 years ago

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.

0.0.35

4 years ago

0.0.36

4 years ago

0.0.34

4 years ago

0.0.32

4 years ago

0.0.33

4 years ago

0.0.31

4 years ago

0.0.24

4 years ago

0.0.25

4 years ago

0.0.26

4 years ago

0.0.23

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago