final case class IpLocation(countryCode: String, countryName: String, region: Option[String], city: Option[String], latitude: Float, longitude: Float, timezone: Option[String], postalCode: Option[String], metroCode: Option[Int], regionName: Option[String], isInEuropeanUnion: Boolean, continent: String, accuracyRadius: Int) extends Product with Serializable
A case class wrapper around the MaxMind CityResponse class.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IpLocation
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IpLocation(countryCode: String, countryName: String, region: Option[String], city: Option[String], latitude: Float, longitude: Float, timezone: Option[String], postalCode: Option[String], metroCode: Option[Int], regionName: Option[String], isInEuropeanUnion: Boolean, continent: String, accuracyRadius: Int)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val accuracyRadius: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val city: Option[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val continent: String
- val countryCode: String
- val countryName: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val isInEuropeanUnion: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val latitude: Float
- val longitude: Float
- val metroCode: Option[Int]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val postalCode: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val region: Option[String]
- val regionName: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timezone: Option[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)