sdk-maps / com.tomtom.online.sdk.map.style.expression.value / MapValue / create

create

static fun create(@NonNull values: MutableMap<String!, Value!>): MapValue!

Creates MapValue object wrapping provided map.

Parameters

values - MutableMap<String!, Value!>: Map to be wrapped.

Return
MapValue!: MapValue wrapping provided map object.