public static final class GeoBoundingBoxQuery.Builder extends Object implements QueryBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
GeoBoundingBoxQuery.Builder |
bottomRight(String bottomRight) |
GeoBoundingBoxQuery |
build() |
GeoBoundingBoxQuery.Builder |
field(String fieldName) |
GeoBoundingBoxQuery.Builder |
topLeft(String topLeft) |
public GeoBoundingBoxQuery.Builder field(String fieldName)
public GeoBoundingBoxQuery.Builder topLeft(String topLeft)
topLeft - The latitude and longitude of the top-left corner of the rectangle, example: "46.24123424, 23.2342424"public GeoBoundingBoxQuery.Builder bottomRight(String bottomRight)
bottomRight - The latitude and longitude of the bottom-right corner of the rectangle, example: "46.24123424, 23.2342424"public GeoBoundingBoxQuery build()
build 在接口中 QueryBuilderCopyright © 2025. All Rights Reserved.