-
思路:利用高德地图的搜索插件(PlaceSearch)获取索要搜索的城市的经纬度进行cesium的定位
-
效果演示截图:
- HTML代码
<div id="searchPostions" style="">
<input placeholder="请输入搜索地点名称" id="words" onkeyup="autoInput(this)" style="width: 160px;
margin-top: 14px;
margin-left: 14px;
height: 25px;
border-radius: 3px;
border: 0;
padding: 0 5px 0 5px;
font-size: 15px;">
</div>
<!-- 搜索结果 -->
- js代码
<script >
function autoInput(t){