-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Maps
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!
- 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/>
Find DOCs here!
Find DOCs here!
<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/>
Find DOCs here!
Find DEMOs here!
<bubble-map
:map-data="bubbleMapData"
/>
<line-map
:map-data="lineMapData"
/>