sdk
sdk
/
com.sygic.sdk.map.object.data
/
CircleData
/
Builder
Builder
class
Builder
:
ViewObjectDataBuilder
<
B
,
I
,
D
>
Constructors
Functions
Constructors
Builder
Link copied to clipboard
open
fun
Builder
(
@
NonNull
center
:
GeoCoordinates
,
creator
:
ObjectCreator
<
MapCircle
,
CircleData
>
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
I
set
Fill
Color
Link copied to clipboard
open
fun
setFillColor
(
fillColor
:
Int
)
:
CircleData.Builder
Sets a fill color for this MapCircle.
set
Line
Color
Link copied to clipboard
open
fun
setLineColor
(
lineColor
:
Int
)
:
CircleData.Builder
Sets a line color.
set
Line
Width
Link copied to clipboard
open
fun
setLineWidth
(
lineWidth
:
Int
)
:
CircleData.Builder
Sets a border line width in pixels.
set
Radius
Link copied to clipboard
open
fun
setRadius
(
radius
:
Double
)
:
CircleData.Builder
Sets the circle radius in meters.
set
ZIndex
Link copied to clipboard
fun
setZIndex
(
zIndex
:
Int
)
:
B
with
Payload
Link copied to clipboard
fun
withPayload
(
@
NonNull
payload
:
Parcelable
)
:
B