Click or drag to resize

GeoHashQuery Interface

[Missing <summary> documentation for "T:VelocityDBExtensions.Geo.query.GeoHashQuery"]

Namespace:  VelocityDBExtensions.Geo.query
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public interface GeoHashQuery

The GeoHashQuery type exposes the following members.

Properties
  NameDescription
Public propertySearchHashes
should return the hashes that re required to perform this search.
Public propertyWktBox
Top
Methods
  NameDescription
Public methodContains(GeoHash)
check whether a geohash is within the hashes that make up this query.
Public methodContains(WGS84Point)
returns whether a point lies within a query.
Top
See Also