case class GeoRadius(key: String, long: Double, lat: Double, radius: Double, radiusUnit: GeoDistUnit) extends Request[List[String]] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoRadius
- Serializable
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeoRadius(key: String, long: Double, lat: Double, radius: Double, radiusUnit: GeoDistUnit)
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- def decode: Decoder[List[String]]
-
def
future: Future[List[String]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
- val key: String
- val lat: Double
- val long: Double
- val radius: Double
- val radiusUnit: GeoDistUnit
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any