① uni app中怎么 调起第三方 地图 导航
②在map中 ,当移动位置后,有没有什么方法可以回到原点
学点东西
- 发布:2018-12-12 08:14
- 更新:2020-08-10 17:23
- 阅读:8185
uni app中怎么 调起第三方 地图 导航?在map中 ,当移动位置后,有没有什么方法可以回到原点
分类:uni-app
1***@163.com - 95前端IT男
调用地图导航:
uni.openLocation({
latitude: 25.0271210000,
longitude: 101.7632820000,
success: function() {
console.log('success');
}
});
显示定位点:
var map = uni.createMapContext('map');
map.moveToLocation();
东方红拖拉机
您好 这个打开内置地图, 还有有有个地图页面, 想的只点击直接弹出手机带的高德 百度 ??? 这个怎么做呢
2020-04-20 19:21
乔小猿
你好,这么久了怎么实现的,能告诉一下吗?
2020-08-10 17:23