GithubHelp home page GithubHelp logo

vue-tencent-map's Introduction

tencenmap

一、开始

安装

 npm install ppos-vue-tencent-map --save

全局注册

import Vue from 'vue'
import TencentMap from 'ppos-vue-tencent-map'

Vue.use(TencentMap, {
  // ak 是在腾讯地图开发者平台申请的密钥
  ak: 'YOUR_APP_KEY'
})

局部注册

<template>
  <tencent-map class="bm-view" ak="YOUR_APP_KEY">
  </tencent-map>
</template>
<script>
import TencentMap from 'ppos-vue-tencent-map/components/map/Map.vue'
export default {
  components: {
    TencentMap
  }
}
</script>
<style>
.bm-view {
  width: 100%;
  height: 300px;
}
</style>

二、组件

TencentMap,  地图
TencentView, 容器
TencentScale, 比例尺组件
TencentMapType,  地图类型
TencentRotation, 旋转组件
TencentZoom, 缩放组件
TencentLabel,  文本标记
TencentMarker, 点标记
TencentInfoWindow,信息窗体
TencentMarkerCluster,点聚合
TencentLocalSearch,地点搜索
TencentGeocoderSearch,正逆地址解析

三、参考

vue-tencent-map's People

Contributors

guoxm521 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.