当前位置:网站首页>Tencent map circle
Tencent map circle
2022-07-06 14:02:00 【Little boy, handsome Yang Shaoping】
1: Coordinate pick-up address https://lbs.qq.com/getPoint/
2: Online code running address https://lbs.qq.com/webDemoCenter/javascriptV2/polygon/circleRadius
3: legend
4: Code
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title> Dynamically change the radius of a circle </title>
<style type="text/css">
html,body{
width:100%;
height:100%;
}
#container{
width:100%;
height:90%;
}
*{
margin:0px;
padding:0px;
}
body, button, input, select, textarea {
font: 12px/16px Verdana, Helvetica, Arial, sans-serif;
}
#info {
margin-top: 10px;
}
</style>
<script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp&key=OB4BZ-D4W3U-B7VVO-4PJWW-6TKDJ-WPB77"></script>
</script>
<script>
function init(){
var center=new qq.maps.LatLng(36.070299,120.370787);
var map=new qq.maps.Map(document.getElementById("container"),{
center:center,
zoom:14
});
// Set the color and transparency of the circular cover rgba
var circle_color = new qq.maps.Color(
Number(2),
Number(3),
Number(4),
0.1);
var circle=new qq.maps.Circle({
map:map,
center:center,
radius:300,
fillColor:circle_color,
strokeWeight:2
});
var radius=300;
setInterval(function(){
circle.setRadius(radius);
radius=radius+100;
if(radius>1000){
radius=300;
};
},5000);
}
window.οnlοad=init;
</script>
</head>
<body οnlοad="init()">
<div id="container"></div>
<div id="info">
<p> every other 500 The radius of the millisecond circular cover changes once .</p>
</div>
</body>
</html>
边栏推荐
- 透彻理解LRU算法——详解力扣146题及Redis中LRU缓存淘汰
- [insert, modify and delete data in the headsong educator data table]
- 撲克牌遊戲程序——人機對抗
- Programme de jeu de cartes - confrontation homme - machine
- Yugu p1012 spelling +p1019 word Solitaire (string)
- Experiment five categories and objects
- 7-14 错误票据(PTA程序设计)
- String ABC = new string ("ABC"), how many objects are created
- [MySQL database learning]
- Principles, advantages and disadvantages of two persistence mechanisms RDB and AOF of redis
猜你喜欢
Hackmyvm target series (5) -warez
Strengthen basic learning records
深度强化文献阅读系列(一):Courier routing and assignment for food delivery service using reinforcement learning
Hackmyvm target series (4) -vulny
Canvas foundation 2 - arc - draw arc
MySQL事务及实现原理全面总结,再也不用担心面试
[VMware abnormal problems] problem analysis & Solutions
记一次,修改密码逻辑漏洞实战
This time, thoroughly understand the MySQL index
强化学习基础记录
随机推荐
Experiment 7 use of common classes (correction post)
Mixlab unbounded community white paper officially released
Inaki Ading
【头歌educoder数据表中数据的插入、修改和删除】
Canvas foundation 1 - draw a straight line (easy to understand)
canvas基础2 - arc - 画弧线
. How to upload XMIND files to Jinshan document sharing online editing?
2. First knowledge of C language (2)
强化学习基础记录
强化学习基础记录
JS several ways to judge whether an object is an array
Mode 1 two-way serial communication is adopted between machine a and machine B, and the specific requirements are as follows: (1) the K1 key of machine a can control the ledi of machine B to turn on a
网络层—简单的arp断网
Hackmyvm target series (3) -visions
Why use redis
自定义RPC项目——常见问题及详解(注册中心)
Strengthen basic learning records
UGUI—Text
MySQL事务及实现原理全面总结,再也不用担心面试
HackMyvm靶機系列(3)-visions