sdk
sdk
/
com.sygic.sdk.map
/
RestrictionImage
/
Builder
Builder
class
Builder
Constructors
Functions
Constructors
Builder
Link copied to clipboard
open
fun
Builder
(
@
DrawableRes
drawable
:
Int
)
Builder
Link copied to clipboard
open
fun
Builder
(
@
NonNull
bitmap
:
Bitmap
)
Functions
build
Link copied to clipboard
open
fun
build
(
)
:
RestrictionImage
set
Image
Anchor
Link copied to clipboard
open
fun
setImageAnchor
(
@
NonNull
anchor
:
PointF
)
:
RestrictionImage.Builder
open
fun
setImageAnchor
(
x
:
Float
,
y
:
Float
)
:
RestrictionImage.Builder
set
Label
Anchor
Link copied to clipboard
open
fun
setLabelAnchor
(
@
NonNull
anchor
:
PointF
)
:
RestrictionImage.Builder
open
fun
setLabelAnchor
(
x
:
Float
,
y
:
Float
)
:
RestrictionImage.Builder
set
Label
Extent
Link copied to clipboard
open
fun
setLabelExtent
(
@
NonNull
extent
:
PointF
)
:
RestrictionImage.Builder