com.google.type.latlng

Members list

Concise view

Type members

Classlikes

final case class LatLng(latitude: Double, longitude: Double, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[LatLng]

An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the <a href="http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf">WGS84 standard</a>. Values must be within normalized ranges.

An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the <a href="http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf">WGS84 standard</a>. Values must be within normalized ranges.

Attributes

latitude

The latitude in degrees. It must be in the range [-90.0, +90.0].

longitude

The longitude in degrees. It must be in the range [-180.0, +180.0].

Companion:
object
Source:
LatLng.scala
Graph
Supertypes
trait Updatable[LatLng]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object LatLng extends GeneratedMessageCompanion[LatLng]

Attributes

Companion:
class
Source:
LatLng.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[LatLng]
trait Serializable
class Object
trait Matchable
class Any
Self type
LatLng.type
object LatlngProto extends GeneratedFileObject

Attributes

Source:
LatlngProto.scala
Graph
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type