public class GpsLocation extends Object
Represents GPS location.
Constructor and Description |
---|
GpsLocation(Rational[] latitude,
Rational[] longitude)
Initializes a new instance of the
GpsLocation class. |
Modifier and Type | Method and Description |
---|---|
Rational[] |
getLatitude()
Gets the latitude.
|
Rational[] |
getLongitute()
Gets the longitude.
|
void |
setLatitude(Rational[] value)
Sets the latitude.
|
void |
setLongitute(Rational[] value)
Sets the longitude.
|
public final Rational[] getLatitude()
Gets the latitude.
public final void setLatitude(Rational[] value)
Sets the latitude.
value
- The latitude.public final Rational[] getLongitute()
Gets the longitude.
public final void setLongitute(Rational[] value)
Sets the longitude.
value
- The longitude.