Click or drag to resize

GeoHashQueryContains Method (GeoHash)

check whether a geohash is within the hashes that make up this query.

Namespace:  VelocityDBExtensions.Geo.query
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
bool Contains(
	GeoHash hash
)

Parameters

hash
Type: VelocityDBExtensions.GeoGeoHash

[Missing <param name="hash"/> documentation for "M:VelocityDBExtensions.Geo.query.GeoHashQuery.Contains(VelocityDBExtensions.Geo.GeoHash)"]

Return Value

Type: Boolean

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

See Also