TwoGeoHashBoundingBox Constructor |
Namespace:
VelocityDBExtensions.Geo.util
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic TwoGeoHashBoundingBox(
GeoHash bottomLeft,
GeoHash topRight
)
Public Sub New (
bottomLeft As GeoHash,
topRight As GeoHash
)
public:
TwoGeoHashBoundingBox(
GeoHash^ bottomLeft,
GeoHash^ topRight
)
new :
bottomLeft : GeoHash *
topRight : GeoHash -> TwoGeoHashBoundingBox
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