kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.search
/
GeoPoint
/
Companion
/
geohash
geohash
@
SinceCouchbase
(
value
=
"6.5"
)
fun
geohash
(
value
:
String
)
:
GeoHash
Content copied to clipboard
Specifies a geographic point using a
geohash
.
val eiffelTower = geohash("u09tunquc")
Content copied to clipboard