vertx / io.vertx.kotlin.redis.op / GeoRadiusOptions

GeoRadiusOptions

fun GeoRadiusOptions(count: Long? = null, withCoord: Boolean? = null, withDist: Boolean? = null, withHash: Boolean? = null): GeoRadiusOptions

A function providing a DSL for building io.vertx.redis.op.GeoRadiusOptions objects.

Parameters

count - Set the radius options limit the result count.

withCoord - Set the radius options to be coordinate based.

withDist - Set the radius options to be distance based.

withHash - Set the radius options to be hash based.