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)
Syntaxpublic static GeoHash withBitPrecision(
WGS84Point point,
int numberOfBits
)
Public Shared Function withBitPrecision (
point As WGS84Point,
numberOfBits As Integer
) As GeoHash
public:
static GeoHash^ withBitPrecision(
WGS84Point^ point,
int numberOfBits
)
static member withBitPrecision :
point : WGS84Point *
numberOfBits : int -> GeoHash
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