sdk
sdk
/
com.sygic.sdk.map.object.data
/
ObjectCreator
Object
Creator
@
FunctionalInterface
@
RestrictTo
(
value
=
RestrictTo.Scope.LIBRARY
)
interface
ObjectCreator
<
I
:
ViewObject
<
D
>
?
,
D
:
ViewObjectData
?
>
Functions
Functions
create
Link copied to clipboard
abstract
fun
create
(
markerData
:
D
)
:
I