query-near
Find objects near a geographic point in a Parse Platform database. Specify coordinates, GeoPoint field, and optional max distance to filter results.
Instructions
Query objects near a geographic point
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | The GeoPoint field name | |
| limit | No | Maximum number of results | |
| latitude | Yes | Latitude of the point | |
| className | Yes | The name of the class | |
| longitude | Yes | Longitude of the point | |
| maxDistanceKm | No | Maximum distance in kilometers |