vue-ymap
Wrapper for vue-yandex-maps
Setup
npm install vue-ymap
yarn add vue-ymap
Attributes
attribute | type | description |
---|---|---|
config | object | Object of attributes (see more) |
markers | array | Array of objects attributes for markers (see more) Object marker must also contain a property "id" |
Events
event | description |
---|---|
map-was-initialized | instance of map |
actionend | map event |
balloonclose | |
balloonopen | |
boundschange | |
click | |
contextmenu | |
dblclick | |
destroy | |
hintclose | |
hintopen | |
optionschange | |
sizechange | |
typechange | |
marker-balloonclose | marker event |
marker-balloonopen | |
marker-click | |
marker-contextmenu | |
marker-dblclick | |
marker-drag | |
marker-dragend | |
marker-dragstart | |
marker-hintclose | |
marker-hintopen | |
marker-mouseenter | |
marker-mouseleave |