Packages

package geo

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class Geo[F[_], A] extends AnyRef
  2. final case class Latitude(value: Double) extends AnyVal with Product with Serializable
  3. final case class Longitude(value: Double) extends AnyVal with Product with Serializable
  4. final case class Position(latitude: Latitude, longitude: Longitude) extends Product with Serializable

Value Members

  1. object Geo
  2. object Latitude extends Serializable
  3. object Longitude extends Serializable
  4. object Position extends Serializable

Ungrouped