java.lang.Object | |
↳ | com.commsignia.v2x.client.model.DestAreaCircle |
Represents a destination area circle object.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | DestAreaCircle.Builder | Builder for destination area ellipse objects |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DestAreaCircle(long latitude, long longitude, double radius, LengthUnit radiusUnit)
Creates a new instance using the specified parameters.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
long |
getLatitude()
Returns the current latitude value of the center point of the destination area circle.
| ||||||||||
long |
getLongitude()
Returns the longitude of the center point of the destination area circle.
| ||||||||||
double |
getRadius(LengthUnit unit)
Returns the radius of the destination area circle.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance using the specified parameters.
latitude | latitude in 0.1 microdegrees |
---|---|
longitude | longitude in 0.1 microdegrees |
radius | radius value |
radiusUnit | radius unit |
Returns the current latitude value of the center point of the destination area circle.
Returns the longitude of the center point of the destination area circle.
Returns the radius of the destination area circle.