trait Geo extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Geo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed case class GeoView(member: String, dist: Option[Double], hash: Option[Long], longLat: Option[(Geo.this)#LongLat]) extends Product with Serializable
- sealed case class LongLat(longitude: Double, latitude: Double) extends Product with Serializable
- sealed trait RadiusUnit extends AnyRef
- case class StoreBoth(results: (Geo.this)#Store, distances: (Geo.this)#StoreDist) extends (Geo.this)#StoreOptions with Product with Serializable
- sealed case class StoreDist(key: String) extends Product with Serializable
- case class StoreDistances(distances: (Geo.this)#StoreDist) extends (Geo.this)#StoreOptions with Product with Serializable
- sealed trait StoreOptions extends AnyRef
- case class StoreResults(results: (Geo.this)#Store) extends (Geo.this)#StoreOptions with Product with Serializable
- type WithCoord = (Geo.this)#WithCoord.type
- type WithDist = (Geo.this)#WithDist.type
- type WithHash = (Geo.this)#WithHash.type