We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d875dc commit 3c53e7eCopy full SHA for 3c53e7e
android/src/main/kotlin/com/mapbox/maps/mapbox_maps/mapping/LogoMappings.kt
@@ -6,6 +6,7 @@ import com.mapbox.maps.mapbox_maps.toDevicePixels
6
import com.mapbox.maps.mapbox_maps.toLogicalPixels
7
import com.mapbox.maps.pigeons.FLTSettings
8
import com.mapbox.maps.plugin.logo.generated.LogoSettingsInterface
9
+
10
fun LogoSettingsInterface.applyFromFLT(settings: FLTSettings.LogoSettings, context: Context) {
11
settings.position?.let { position = it.toPosition() }
12
settings.marginLeft?.let { marginLeft = it.toDevicePixels(context) }
0 commit comments