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 or sets the latitude.
|
Rational[] |
getLongitute()
Gets or sets the longitude.
|
void |
setLatitude(Rational[] value)
Gets or sets the latitude.
|
void |
setLongitute(Rational[] value)
Gets or sets the longitude.
|
public final Rational[] getLatitude()
Gets or sets the latitude.
Value: The latitude.public final void setLatitude(Rational[] value)
Gets or sets the latitude.
Value: The latitude.public final Rational[] getLongitute()
Gets or sets the longitude.
Value: The longitude.public final void setLongitute(Rational[] value)
Gets or sets the longitude.
Value: The longitude.Copyright © 2017. All rights reserved.