whereNear method
Add a proximity based constraint for finding objects with key point values near the point given.
Implementation
void whereNear(String key, ParseGeoPoint point) {
_addCondition(key, "whereNear", point.toJson);
}
Add a proximity based constraint for finding objects with key point values near the point given.
void whereNear(String key, ParseGeoPoint point) {
_addCondition(key, "whereNear", point.toJson);
}