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)
Syntaxbool Contains(
GeoHash hash
)
Function Contains (
hash As GeoHash
) As Boolean
bool Contains(
GeoHash^ hash
)
abstract Contains :
hash : GeoHash -> bool
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