sdk
sdk
/
com.sygic.sdk.map.data
/
CameraValue
Camera
Value
@
RestrictTo
(
value
=
RestrictTo.Scope.LIBRARY
)
open
class
CameraValue
<
T
>
Functions
Properties
Functions
of
Link copied to clipboard
open
fun
<
T
>
of
(
value
:
T
)
:
CameraValue
<
T
>
open
fun
<
T
>
of
(
value
:
T
,
animation
:
MapAnimation
)
:
CameraValue
<
T
>
Properties
animation
Link copied to clipboard
@
NonNull
open
var
animation
:
MapAnimation
value
Link copied to clipboard
@
NonNull
open
var
value
:
T