Click or drag to resize

GeoHashFromLongValue Method

Creates a GeoHash from a long value

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
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