Click or drag to resize

BoundingBoxGeoHashIterator Constructor

Initializes a new instance of the BoundingBoxGeoHashIterator class

Namespace:  VelocityDBExtensions.Geo.util
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public BoundingBoxGeoHashIterator(
	TwoGeoHashBoundingBox bbox
)

Parameters

bbox
Type: VelocityDBExtensions.Geo.utilTwoGeoHashBoundingBox

[Missing <param name="bbox"/> documentation for "M:VelocityDBExtensions.Geo.util.BoundingBoxGeoHashIterator.#ctor(VelocityDBExtensions.Geo.util.TwoGeoHashBoundingBox)"]

See Also