表示球面几何中的一个长方体,可用作地理空间查询的参数。 这是等效GeoPolygon的简写形式。
框的左下角点。
框的右上点。
let box: GeoBox = { bottomLeft: [-1, -1], topRight: [1, 1],};realm.objects(Restaurant).filtered("location geoWithin $0", box) 复制
let box: GeoBox = { bottomLeft: [-1, -1], topRight: [1, 1],};realm.objects(Restaurant).filtered("location geoWithin $0", box)
使用TypeDoc生成
表示球面几何中的一个长方体,可用作地理空间查询的参数。 这是等效GeoPolygon的简写形式。