Skip to content
Sanya Boriskin edited this page Aug 5, 2019 · 11 revisions

We have a set of different maps for you! Google Maps, Yandex Maps, Leaflet Maps and AmCharts all already included in project!

Components

  • google-map
  • yandex-map
  • leaflet-map
  • bubble-map
  • line-map

Some of them however require you to provide personal API keys. More info on how exactly can be found here.

google-map

<google-map/>

Find DOCs here!
Find DOCs here!

yandex-map

<yandex-map
  :use-object-manager:="true"
  :coords="[55.2, 38.8]"
  :zoom="8"
  :behaviors="['default']"
  :controls="['trafficControl','zoomControl', 'geolocationControl','fullscreenControl', 'searchControl']"
  placemarks="placemarks"
  map-type="hybrid"
/>

Find DOCs here!
Find DEMOs here!

leaflet-map

<leaflet-map/>

Find DOCs here!
Find DEMOs here!

bubble-map

<bubble-map
  :map-data="bubbleMapData"
/>

line-map

<line-map
  :map-data="lineMapData"
/>

Find DOCs here!
Find DEMOs here and here!

Clone this wiki locally