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)
Syntaxpublic GeoHashCircleQuery(
WGS84Point center,
double radius
)
Public Sub New (
center As WGS84Point,
radius As Double
)
public:
GeoHashCircleQuery(
WGS84Point^ center,
double radius
)
new :
center : WGS84Point *
radius : float -> GeoHashCircleQuery
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