Click or drag to resize

GeoHashWithCharacterPrecision Method

This method uses the given number of characters as the desired precision value. The hash can only be 64bits long, thus a maximum precision of 12 characters can be achieved.

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static GeoHash WithCharacterPrecision(
	double latitude,
	double longitude,
	int numberOfCharacters
)

Parameters

latitude
Type: SystemDouble

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

longitude
Type: SystemDouble

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

numberOfCharacters
Type: SystemInt32

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

Return Value

Type: GeoHash

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

See Also