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(
	double latitude,
	double longitude,
	int numberOfBits = 64
)

Parameters

latitude
Type: SystemDouble

[Missing <param name="latitude"/> documentation for "M:VelocityDBExtensions.Geo.GeoHash.WithBitPrecision(System.Double,System.Double,System.Int32)"]

longitude
Type: SystemDouble

[Missing <param name="longitude"/> documentation for "M:VelocityDBExtensions.Geo.GeoHash.WithBitPrecision(System.Double,System.Double,System.Int32)"]

numberOfBits (Optional)
Type: SystemInt32

[Missing <param name="numberOfBits"/> documentation for "M:VelocityDBExtensions.Geo.GeoHash.WithBitPrecision(System.Double,System.Double,System.Int32)"]

Return Value

Type: GeoHash

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

See Also