随笔分类 -  百度地图相关

摘要:import React, { PureComponent } from 'react' import axios from 'axios' import { Link } from 'react-router-dom' import { Toast } from 'antd-mobile' imp 阅读全文
posted @ 2021-09-13 17:31 13522679763-任国强 阅读(762) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript" src="https://api.map.baidu.com/api?type=webgl&v=1. 阅读全文
posted @ 2021-04-04 21:33 13522679763-任国强 阅读(90) 评论(0) 推荐(0)
摘要:var map = new BMapGL.Map('map',{ minZoom:8, maxZoom:12, // 设置显示类型 MapType: BMAP_NORMAL_MAP }); // 设置中心点 var point = new BMapGL.Point(116.404,39.915); 阅读全文
posted @ 2021-04-04 17:08 13522679763-任国强 阅读(496) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <title>地图展示</title> <style type="text/css"> html,body{ width: 100%; height: 100%; 阅读全文
posted @ 2021-03-31 23:00 13522679763-任国强 阅读(110) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript" src="https://api.map.baidu.com/api?type=webgl&v=1.0 阅读全文
posted @ 2021-03-31 22:39 13522679763-任国强 阅读(53) 评论(0) 推荐(0)