2.0.9 • Published 1 year ago

hq-baidu-map v2.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

HQ BAIDU MAP

版本管理

  1. 1.0.0版本为老的BMap百度地图
  2. 2.0.0版本为新的BMapGL百度地图

Installation

npm i --save hq-baidu-map

Initialization

import Vue from 'vue'
import BaiduMap from 'hq-baidu-map'

Vue.use(BaiduMap, {
  /* Visit http://lbsyun.baidu.com/apiconsole/key for details about app key. */
  ak: 'YOUR_APP_KEY'
})

Usage

<template>
  <baidu-map class="map">
  </baidu-map>
</template>

<style>
/* The container of BaiduMap must be set width & height. */
.map {
  width: 100%;
  height: 300px;
}
</style>
2.0.7

1 year ago

2.0.6

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

2 years ago