mapbox-maps-android
mapbox-maps-android
/
com.mapbox.bindgen
/
ArrayUtils
/
toIntArray
to
Int
Array
open
fun
toIntArray
(
@
NonNull
list
:
List
<
Integer
>
)
:
Array
<
Int
>
Convert list of Integer objects to the array of ints
Return
The array of ints
Parameters
list
The list of Integer objects