Click or drag to resize

TwoGeoHashBoundingBox Constructor

Initializes a new instance of the TwoGeoHashBoundingBox class

Namespace:  VelocityDBExtensions.Geo.util
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public TwoGeoHashBoundingBox(
	GeoHash bottomLeft,
	GeoHash topRight
)

Parameters

bottomLeft
Type: VelocityDBExtensions.GeoGeoHash

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

topRight
Type: VelocityDBExtensions.GeoGeoHash

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

See Also