v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.DestAreaCircle.Builder |
Builder for destination area ellipse objects
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
DestAreaCircle.Builder()
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DestAreaCircle | build() | ||||||||||
| DestAreaCircle.Builder |
withPosition(long latitude, long longitude)
Sets the position to the provided values.
| ||||||||||
| DestAreaCircle.Builder |
withRadius(double radius, LengthUnit radiusUnit)
Sets the radius to the provided value.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance.
Sets the position to the provided values.
| latitude | latitude in 0.1 microdegrees |
|---|---|
| longitude | longitude in 0.1 microdegress |
Sets the radius to the provided value.
| radius | radius value |
|---|---|
| radiusUnit | radius unit |