returns true if this is within the given geohash bounding box.
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic bool Within(
GeoHash boundingBox
)
Public Function Within (
boundingBox As GeoHash
) As Boolean
public:
bool Within(
GeoHash^ boundingBox
)
member Within :
boundingBox : GeoHash -> bool
Parameters
- boundingBox
- Type: VelocityDBExtensions.GeoGeoHash
[Missing <param name="boundingBox"/> documentation for "M:VelocityDBExtensions.Geo.GeoHash.Within(VelocityDBExtensions.Geo.GeoHash)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.GeoHash.Within(VelocityDBExtensions.Geo.GeoHash)"]
See Also