You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android/src/main/kotlin/com/github/josxha/maplibre/MapLibreMapController.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -82,11 +82,11 @@ class MapLibreMapController(
82
82
val options =
83
83
MapLibreMapOptions
84
84
.createFromAttributes(context)
85
-
.attributionEnabled(mapOptions.attribution)
86
-
.logoEnabled(mapOptions.logo)
85
+
.attributionEnabled(false)
86
+
.logoEnabled(false)
87
87
// TODO: textureMode comes at a significant performance penalty, https://maplibre.org/maplibre-native/android/api/-map-libre%20-native%20-android/org.maplibre.android.maps/-map-libre-map-options/texture-mode.html
0 commit comments