Class GeoPointValue

public class GeoPointValue

A geo point value representing a point on the surface of Earth.

Inheritance

java.lang.Object > GeoPointValue

Constructors

GeoPointValue()

public GeoPointValue()

Methods

getLatitude()

public Double getLatitude()

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

Returns
TypeDescription
Double

getLongitude()

public Double getLongitude()

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

Returns
TypeDescription
Double

setLatitude(Double value)

public void setLatitude(Double value)
Parameter
NameDescription
valueDouble

setLongitude(Double value)

public void setLongitude(Double value)
Parameter
NameDescription
valueDouble