Click or drag to resize

GeoHashFromLongValue Method

Creates a GeoHash from a long value

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static GeoHash FromLongValue(
	long hashVal,
	int significantBits = 64
)

Parameters

hashVal
Type: SystemInt64
the GeoHash as a Int64
significantBits (Optional)
Type: SystemInt32
How many bits to use from the long value (64 recommended and is default)

Return Value

Type: GeoHash
A GeoHash
See Also