Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@appbaseio/gmap-vue
Advanced tools
This is a google map component for Vue.js, updated for Vue 2 compatibility
The new documentation page is ready and it contains all examples for any component in the plugin.
You can use your own gmap key in order to test it in the live example section.
We have planed improve and grow all required documentation about the plugin.
Please follow next link to our documentation.
This is a fork of the popular vue2-google-maps. As the author of the library no longer commit to maintain the project, we forked it to develop and maintain the project.
If you have time to contribute to a rather frequently used library, feel free to make a PR! For more background, please refer to this issue.
What's urgently needed are:
The above three will go a long way to keeping the project maintainable and contributable, and will address many of the open issues.
autobindAllEvents
config option was renamed to autoBindAllEvents
vueGoogleMapsInit
name was renamed to GoogleMapsCallback
gmapApi
function was renamed to getGoogleMapsAPI
MapElementMixin
now is exported from components
object instead of helpers
objectcustomCallback
config option was added to reuse existing Google Maps API that already loaded, eg from an HTML fileAll components were rewriting in SFC (.vue
)
MarkerCluster
was renamed to Cluster
@google/markerclustererplus
was replace for @googlemaps/markerclusterer
The plugin exports two main objects:
components
: it has all components and mountable mixin)helpers
: it has promise lazy factory function, gmapApi function and map element mixinThe plugin now exports by default the install function, this means that you can do the following
From v2.0.0 and above, the autocomplete
component uses the default
slot instead of the named input
slot, from v1.5.0 the input
slot on the autocomplete component still works.
import GmapVue from 'gmap-vue';
instead of
import * as GmapVue from 'gmap-vue';
npm install gmap-vue --save
yarn add gmap-vue
Just download dist/gmap-vue.js
file and include it from your HTML.
<script src="./gmap-vue.js"></script>
You can use a free CDN like jsdelivr to include this plugin in your html file
<script src="https://cdn.jsdelivr.net/npm/gmap-vue@1.2.2/dist/gmap-vue.min.js"></script>
You can use a free CDN like unpkg to include this plugin in your html file
<script src="https://unpkg.com/gmap-vue@1.2.2/dist/gmap-vue.js"></script>
::: warning
Be aware that if you use this method, you cannot use TitleCase for your components and your attributes.
That is, instead of writing <GmapMap>
, you need to write <gmap-map>
.
:::
FAQs
This is a google map component for Vue.js, updated for Vue 2 compatibility
We found that @appbaseio/gmap-vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.