v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.Position3D |
Represents a position.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
Position3D(long latitude, long longitude)
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| long |
getLatitude()
Returns the latitude.
| ||||||||||
| long |
getLongitude()
Returns the longitude.
| ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance.
| latitude | latitude in 0.1 microdegrees |
|---|---|
| longitude | longitude in 0.1 microdegrees |
Returns the latitude.
Returns the longitude.