百度地图模拟打的app路径规划与出租车实时位置距离效果代码
代码语言:html
所属分类:其他
代码描述:百度地图模拟打的app路径规划与出租车实时位置距离效果代码
代码标签: 打的 app 路径 规划 与 出租车 实时 位置 距离 效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui, maximum-scale=1, user-scalable=no">
<style>
@import url(common.css);
body, html {
position: relative;
font-family: "微软雅黑";
}
#map {
width: 100%;
height: 86%;
}
#result {
width: 100%
}
.BMap_cpyCtrl,.anchorBL {
display: none;
}
#icon {
position: absolute;
right: 3%;
top: 1em;
}
#icon span {
position: absolute;
border-radius: 5em;
/* width: 2em; */
font-size: 0.8em;
padding: 0.2em 0.5em;
left: -7em;
background: #fff;
border: solid 1px #88898a;
}
#icon span.get {
border-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#icon span.send {
left: -4em;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0