@konfy/vue-google-map

Vue component for google maps with markers

Usage no npm install needed!

<script type="module">
  import konfyVueGoogleMap from 'https://cdn.skypack.dev/@konfy/vue-google-map';
</script>

README

vue-google-map

This component is fully functional, but there might be soon some breaking changes to the API.

This component renders google map with markers. Custom styles available. Almost all google map options supported through props.

Warning

This component does not add the google API script tag to your application, so make sure you add it in the head of your app. The API source is here: https://maps.googleapis.com/maps/api/js?key=YOUR-API-KEY

Full documentation