Skip to content
Guillaume Leclerc edited this page Dec 18, 2015 · 1 revision

eventsBinder(vueElement, googleMapObject, events)

Description

This method "transfer" all specified events from a google map object to a vue object.

All "transfered" events start by g-. For example if the google component emit click the vue component will emit g-click

Type: Function

Parameters

  • vueElement: This is the element on which you want to bind the events
  • googleMapObject: This is the Google Maps object you want to listen to
  • events: This is an array of events name you want to bind

Return type

None

Components

... More to come

Global methods

Global objects

Internals

(for contributors)

Utils

Clone this wiki locally