![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@appbaseio/gmap-vue-next
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-next 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.