query-within-box
Retrieve objects from a Parse class whose GeoPoint field falls within a geographic bounding box.
Instructions
Query objects within a geographic bounding box
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | The GeoPoint field name | |
| className | Yes | The name of the class | |
| neLatitude | Yes | Northeast corner latitude | |
| swLatitude | Yes | Southwest corner latitude | |
| neLongitude | Yes | Northeast corner longitude | |
| swLongitude | Yes | Southwest corner longitude |