Method | Description | |
---|---|---|
FromBase32 ( string base32 ) : |
||
ToBase32 ( ) : string | ||
TwoGeoHashBoundingBox ( GeoHash bottomLeft, GeoHash topRight ) | ||
WithBitPrecision ( BoundingBox bbox, int numberOfBits ) : |
||
WithCharacterPrecision ( BoundingBox bbox, int numberOfCharacters ) : |
public static FromBase32 ( string base32 ) : |
||
base32 | string | |
return |
public TwoGeoHashBoundingBox ( GeoHash bottomLeft, GeoHash topRight ) | ||
bottomLeft | GeoHash | |
topRight | GeoHash |
public static WithBitPrecision ( BoundingBox bbox, int numberOfBits ) : |
||
bbox | BoundingBox | |
numberOfBits | int | |
return |
public static WithCharacterPrecision ( BoundingBox bbox, int numberOfCharacters ) : |
||
bbox | BoundingBox | |
numberOfCharacters | int | |
return |