Packages

object GeoradiusAttrs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoradiusAttrs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Withcoord[A](coords: GeoPoint, wrapped: A) extends Product with Serializable
  2. case class Withdist[A](dist: Double, wrapped: A) extends Product with Serializable
  3. case class Withhash[A](hash: Long, wrapped: A) extends Product with Serializable

Value Members

  1. object None extends GeoradiusAttrs
  2. object Withcoord extends GeoradiusAttrs with Serializable
  3. object Withdist extends GeoradiusAttrs with Serializable
  4. object Withhash extends GeoradiusAttrs with Serializable