Click or drag to resize

GeoHash.Contains Method

find out if the given point lies within this hashes bounding box. Note: this operation checks the bounding boxes coordinates, i.e. does not use the s special abilities.s

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public bool Contains(
	WGS84Point point
)

Parameters

point
Type: VelocityDBExtensions.Geo.WGS84Point

[Missing <param name="point"/> documentation for "M:VelocityDBExtensions.Geo.GeoHash.Contains(VelocityDBExtensions.Geo.WGS84Point)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.GeoHash.Contains(VelocityDBExtensions.Geo.WGS84Point)"]

See Also