ParseQueryTWhereNear Method Parse
Adds a proximity-based constraint for finding objects with keys whose GeoPoint values are near the given point.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public ParseQuery<T> WhereNear(
	string key,
	ParseGeoPoint point
)

Parameters

key
Type: SystemString
The key that the ParseGeoPoint is stored in.
point
Type: ParseParseGeoPoint
The reference ParseGeoPoint.

Return Value

Type: ParseQueryT
A new query with the additional constraint.
See Also

Reference