支付宝云数据库查询使用 geoNear 报 Cannot read properties of undefined (reading 'Point') 错误。
代码如下:
const _test = await dbJQL.collection('Test_First_DB').geoNear({
distanceField: 'Position',
spherical: true,
near: new db.Geo.Point(116.397689, 39.904626),
maxDistance: 5000
}).get();
y***@126.com
- 发布:2024-01-03 17:46
- 更新:2024-01-09 15:37
- 阅读:202
支付宝云,数据库查询使用 geoNear 报 Cannot read properties of undefined (reading 'Point') 错误
分类:uniCloud
2 个回复
DCloud_uniCloud_VK
支付宝暂不支持地理位置查询
y***@126.com (作者)
支付宝有计划支持地理位置查询码?