A simple vue component to use google maps in your application with a single tag!
Example:
<mp-gmap api-key="XXXX"></mp-gmap>
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.