地理空間クエリの引数として使用できる球面ジオメトリのボックスを表します。 これは同等の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の省略形です。