-
Notifications
You must be signed in to change notification settings - Fork 654
eventsBinder
Guillaume Leclerc edited this page Dec 18, 2015
·
1 revision
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
-
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
None
- Map
- [MapComponent](Extending Components)
- Marker
- Cluster
- InfoWindow
- Polyline
- Circle
- Rectangle
- PlaceInput
... More to come
(for contributors)