GeoHashNext Method (Int32) |
?
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic GeoHash Next(
int step
)
Public Function Next (
step As Integer
) As GeoHash
public:
GeoHash^ Next(
int step
)
member Next :
step : int -> GeoHash
Parameters
- step
- Type: SystemInt32
?
Return Value
Type:
GeoHash[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.GeoHash.Next(System.Int32)"]
See Also