vue-yandex-maps
vue-yandex-maps is a plugin for vue.js that adds yandex-map custom element.
Install
CommonJS
You can use any build tool which supports commonjs
:
Or in ES2015:
Usage
Use <yandex-map>
tag to enable the map instance and use attributes to define map options.
You may define placemarks on your map by using <ymap-marker>
tag or set an array of objects with placemark options through <yandex-map>
attribute placemarks
. You also can use both methods together.
The Map instance rerender when changed link on array with markers in placemarks
property or marker coordinates if marker is a component.
Type of marker in marker-type
attribute can be:
- Placemark
- Polyline
- Rectangle
- Polygon
- Circle