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