Click or drag to resize

GeoHashCircleQuery Constructor

create a with the given center point and a radius in meters.

Namespace:  VelocityDBExtensions.Geo.query
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public GeoHashCircleQuery(
	WGS84Point center,
	double radius
)

Parameters

center
Type: VelocityDBExtensions.GeoWGS84Point

[Missing <param name="center"/> documentation for "M:VelocityDBExtensions.Geo.query.GeoHashCircleQuery.#ctor(VelocityDBExtensions.Geo.WGS84Point,System.Double)"]

radius
Type: SystemDouble

[Missing <param name="radius"/> documentation for "M:VelocityDBExtensions.Geo.query.GeoHashCircleQuery.#ctor(VelocityDBExtensions.Geo.WGS84Point,System.Double)"]

See Also