Click or drag to resize

GeoHashCircleQuery Class

represents a radius search around a specific point via geohashes. Approximates the circle with a square!
Inheritance Hierarchy
SystemObject
  VelocityDBExtensions.Geo.queryGeoHashCircleQuery

Namespace:  VelocityDBExtensions.Geo.query
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
[SerializableAttribute]
public class GeoHashCircleQuery : GeoHashQuery

The GeoHashCircleQuery type exposes the following members.

Constructors
  NameDescription
Public methodGeoHashCircleQuery
create a with the given center point and a radius in meters.
Top
Properties
Methods
See Also