數(shù)據(jù)驅動、堅持為客戶提供有價值的服務和內容
微信小程序地圖操作比較簡單,api也很少,使用map組件來展示。說到地圖,那就先來看基礎定位:
定位用到wx.getLocation(OBJECT)函數(shù),代碼如下:
wx.getLocation({
type: 'wgs84',
success: function(res) {
var latitude = res.latitude
var longitude = res.longitude
var spee