package geo
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- abstract class Geo[F[_], A] extends AnyRef
- final case class Latitude(value: Double) extends AnyVal with Product with Serializable
- final case class Longitude(value: Double) extends AnyVal with Product with Serializable
- final case class Position(latitude: Latitude, longitude: Longitude) extends Product with Serializable
Value Members
- object Geo
- object Latitude extends Serializable
- object Longitude extends Serializable
- object Position extends Serializable