final case class Geo(type: Option[LocationType] = _root_.scala.None, lat: Option[Double] = _root_.scala.None, lon: Option[Double] = _root_.scala.None, accur: Option[Int] = _root_.scala.None, lastfix: Option[Int] = _root_.scala.None, ipserv: Option[LocationService] = _root_.scala.None, country: Option[String] = _root_.scala.None, region: Option[String] = _root_.scala.None, metro: Option[String] = _root_.scala.None, city: Option[String] = _root_.scala.None, zip: Option[String] = _root_.scala.None, utcoffset: Option[Int] = _root_.scala.None, timezone: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Geo] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Geo], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Geo
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Geo(type: Option[LocationType] = _root_.scala.None, lat: Option[Double] = _root_.scala.None, lon: Option[Double] = _root_.scala.None, accur: Option[Int] = _root_.scala.None, lastfix: Option[Int] = _root_.scala.None, ipserv: Option[LocationService] = _root_.scala.None, country: Option[String] = _root_.scala.None, region: Option[String] = _root_.scala.None, metro: Option[String] = _root_.scala.None, city: Option[String] = _root_.scala.None, zip: Option[String] = _root_.scala.None, utcoffset: Option[Int] = _root_.scala.None, timezone: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val accur: Option[Int]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val city: Option[String]
  7. def clearAccur: Geo
  8. def clearCity: Geo
  9. def clearCountry: Geo
  10. def clearIpserv: Geo
  11. def clearLastfix: Geo
  12. def clearLat: Geo
  13. def clearLon: Geo
  14. def clearMetro: Geo
  15. def clearRegion: Geo
  16. def clearTimezone: Geo
  17. def clearType: Geo
  18. def clearUtcoffset: Geo
  19. def clearZip: Geo
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  21. def companion: Geo.type
    Definition Classes
    Geo → GeneratedMessage
  22. val country: Option[String]
  23. def discardUnknownFields: Geo
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def getAccur: Int
  26. def getCity: String
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. def getCountry: String
  29. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Geo → GeneratedMessage
  30. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Geo → GeneratedMessage
  31. def getIpserv: LocationService
  32. def getLastfix: Int
  33. def getLat: Double
  34. def getLon: Double
  35. def getMetro: String
  36. def getRegion: String
  37. def getTimezone: String
  38. def getType: LocationType
  39. def getUtcoffset: Int
  40. def getZip: String
  41. val ipserv: Option[LocationService]
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. val lastfix: Option[Int]
  44. val lat: Option[Double]
  45. val lon: Option[Double]
  46. val metro: Option[String]
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  50. def productElementNames: Iterator[String]
    Definition Classes
    Product
  51. val region: Option[String]
  52. def serializedSize: Int
    Definition Classes
    Geo → GeneratedMessage
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. val timezone: Option[String]
  55. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  56. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  57. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  58. def toProtoString: String
    Definition Classes
    Geo → GeneratedMessage
  59. val type: Option[LocationType]
  60. val unknownFields: UnknownFieldSet
  61. def update(ms: (Lens[Geo, Geo]) => Mutation[Geo]*): Geo
    Definition Classes
    Updatable
  62. val utcoffset: Option[Int]
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. def withAccur(__v: Int): Geo
  67. def withCity(__v: String): Geo
  68. def withCountry(__v: String): Geo
  69. def withIpserv(__v: LocationService): Geo
  70. def withLastfix(__v: Int): Geo
  71. def withLat(__v: Double): Geo
  72. def withLon(__v: Double): Geo
  73. def withMetro(__v: String): Geo
  74. def withRegion(__v: String): Geo
  75. def withTimezone(__v: String): Geo
  76. def withType(__v: LocationType): Geo
  77. def withUnknownFields(__v: UnknownFieldSet): Geo
  78. def withUtcoffset(__v: Int): Geo
  79. def withZip(__v: String): Geo
  80. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  81. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Geo → GeneratedMessage
  82. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  83. val zip: Option[String]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[Geo]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped