Package

org.bitbucket.pshirshov.izumitk.geoip

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. case class GeoipCity(name: Option[String], location: GeoipLocation, postalCode: Option[String]) extends Product with Serializable

    Permalink
  2. case class GeoipCountry(code: Option[String], name: Option[String]) extends Product with Serializable

    Permalink
  3. case class GeoipLocation(latitude: Double, longitude: Double) extends Product with Serializable

    Permalink
  4. case class GeoipResponse(ip: InetAddress, city: Option[GeoipCity], country: Option[GeoipCountry]) extends Product with Serializable

    Permalink

Ungrouped