Click or drag to resize

GeoHashwithBitPrecision Method

create a new with the given number of bits accuracy. This at the same time defines this hash's bounding box.

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static GeoHash withBitPrecision(
	WGS84Point point,
	int numberOfBits
)

Parameters

point
Type: VelocityDBExtensions.GeoWGS84Point
Location to create for
numberOfBits
Type: SystemInt32
How may bits precision to use (64 is recommended)

Return Value

Type: GeoHash

[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.GeoHash.withBitPrecision(VelocityDBExtensions.Geo.WGS84Point,System.Int32)"]

See Also