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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Geo
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 accur: Option[Int]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val city: Option[String]
- def clearAccur: Geo
- def clearCity: Geo
- def clearCountry: Geo
- def clearIpserv: Geo
- def clearLastfix: Geo
- def clearLat: Geo
- def clearLon: Geo
- def clearMetro: Geo
- def clearRegion: Geo
- def clearTimezone: Geo
- def clearType: Geo
- def clearUtcoffset: Geo
- def clearZip: Geo
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Geo.type
- Definition Classes
- Geo → GeneratedMessage
- val country: Option[String]
- def discardUnknownFields: Geo
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getAccur: Int
- def getCity: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCountry: String
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Geo → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Geo → GeneratedMessage
- def getIpserv: LocationService
- def getLastfix: Int
- def getLat: Double
- def getLon: Double
- def getMetro: String
- def getRegion: String
- def getTimezone: String
- def getType: LocationType
- def getUtcoffset: Int
- def getZip: String
- val ipserv: Option[LocationService]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastfix: Option[Int]
- val lat: Option[Double]
- val lon: Option[Double]
- val metro: Option[String]
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val region: Option[String]
- def serializedSize: Int
- Definition Classes
- Geo → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timezone: Option[String]
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Geo → GeneratedMessage
- val type: Option[LocationType]
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Geo, Geo]) => Mutation[Geo]*): Geo
- Definition Classes
- Updatable
- val utcoffset: Option[Int]
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAccur(__v: Int): Geo
- def withCity(__v: String): Geo
- def withCountry(__v: String): Geo
- def withIpserv(__v: LocationService): Geo
- def withLastfix(__v: Int): Geo
- def withLat(__v: Double): Geo
- def withLon(__v: Double): Geo
- def withMetro(__v: String): Geo
- def withRegion(__v: String): Geo
- def withTimezone(__v: String): Geo
- def withType(__v: LocationType): Geo
- def withUnknownFields(__v: UnknownFieldSet): Geo
- def withUtcoffset(__v: Int): Geo
- def withZip(__v: String): Geo
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Geo → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- val zip: Option[String]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)