Click or drag to resize

GeoHashWithin Method

returns true if this is within the given geohash bounding box.

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public bool Within(
	GeoHash boundingBox
)

Parameters

boundingBox
Type: VelocityDBExtensions.GeoGeoHash

[Missing <param name="boundingBox"/> documentation for "M:VelocityDBExtensions.Geo.GeoHash.Within(VelocityDBExtensions.Geo.GeoHash)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.GeoHash.Within(VelocityDBExtensions.Geo.GeoHash)"]

See Also