All Projects → Dafrok → Vue Baidu Map

Dafrok / Vue Baidu Map

Licence: mit
Baidu Map components for Vue 2.x

Projects that are alternatives of or similar to Vue Baidu Map

gobaidumap
百度地图接口调用 golang 版。支持GEO、地址双向获取,IP获取地址。Baidu Map for golang.
Stars: ✭ 38 (-98.27%)
Mutual labels:  map, baidu, baidumap
react-native-s-baidumap
百度地图 React Native ,同时支持ios和android
Stars: ✭ 28 (-98.72%)
Mutual labels:  map, baidumap
Dc Sdk
DC-SDK 是基于 Cesium 进行二次开发的2、3D一体 WebGis 应用框架,该框架优化了 Cesium 的使用方式和增添了一些额外功能,旨在为开发者快速构建 WebGis 应用。🌎
Stars: ✭ 206 (-90.6%)
Mutual labels:  baidu, map
DaoHang
一个基于百度地图api的demo,采用Material Design设计界面,有全景图、室内地图等功能。
Stars: ✭ 15 (-99.32%)
Mutual labels:  map, baidu
xlbaidumap flutter
flutter 集成百度地图
Stars: ✭ 27 (-98.77%)
Mutual labels:  map, baidu
the-subway-of-china
中国地铁图
Stars: ✭ 104 (-95.25%)
Mutual labels:  map, baidu
react-bmapgl
基于百度地图JavaScript GL版API封装的React组件库
Stars: ✭ 68 (-96.9%)
Mutual labels:  map, baidumap
Lbsmap
利用百度地图快速实现支付宝的“到位”功能。基于LBS精确获取地理位置的周边数据,地图动态显示网络图标 支持多点聚合与分离,点击图标动态放大选中效果,移动、放大、缩小地图后重新更新数据,聚合图标点击动画展开,根据实际距离调整地图层级为屏幕大小 ,分页刷新,简书:
Stars: ✭ 313 (-85.71%)
Mutual labels:  baidu, map
Tera
An Internet-Scale Database.
Stars: ✭ 1,846 (-15.75%)
Mutual labels:  baidu
Libosmscout
Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data
Stars: ✭ 159 (-92.74%)
Mutual labels:  map
Votemapswitzerland
A Swiss version of the famous visualization «Land doesn't vote, people do.»
Stars: ✭ 150 (-93.15%)
Mutual labels:  map
Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (-93.15%)
Mutual labels:  map
Mapboxstatic.swift
Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
Stars: ✭ 162 (-92.61%)
Mutual labels:  map
React Svg Map
A set of React.js components to display an interactive SVG map
Stars: ✭ 150 (-93.15%)
Mutual labels:  map
Django Loci
Reusable Django app for storing geographic and indoor coordinates. Maintained by the OpenWISP Project.
Stars: ✭ 164 (-92.51%)
Mutual labels:  map
Airmapview
A view abstraction to provide a map user interface with various underlying map providers
Stars: ✭ 1,824 (-16.75%)
Mutual labels:  map
Cachego
Golang Cache component - Multiple drivers
Stars: ✭ 148 (-93.25%)
Mutual labels:  map
Azuremapscodesamples
A set of code samples for the Azure Maps web control.
Stars: ✭ 167 (-92.38%)
Mutual labels:  map
Roastapp
Laravel学院 Roast 应用源码
Stars: ✭ 164 (-92.51%)
Mutual labels:  map
Gcoord
地理坐标系转换工具
Stars: ✭ 2,206 (+0.68%)
Mutual labels:  map

VUE BAIDU MAP

Baidu Map components for Vue 2.x

npm Travis Package Quality npm license

Languages

Documentation

https://dafrok.github.io/vue-baidu-map

Get Start

Installation

npm i --save vue-baidu-map

Initialization

import Vue from 'vue'
import BaiduMap from 'vue-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>

Contributing

Contributing Guide

License

MIT License

Copyright (c) 2016-present, Dafrok [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].