object GeoradiusAttrs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoradiusAttrs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Withcoord[A](coords: GeoPoint, wrapped: A) extends Product with Serializable
- case class Withdist[A](dist: Double, wrapped: A) extends Product with Serializable
- case class Withhash[A](hash: Long, wrapped: A) extends Product with Serializable
Value Members
- object None extends GeoradiusAttrs
- object Withcoord extends GeoradiusAttrs with Serializable
- object Withdist extends GeoradiusAttrs with Serializable
- object Withhash extends GeoradiusAttrs with Serializable