Skip to content

Commit 839c96c

Browse files
committed
Enable 3D by default
1 parent 6212985 commit 839c96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-compose/src/main/java/com/what3words/components/compose/maps/W3WMapDefaults.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ object W3WMapDefaults {
201201
*/
202202
fun defaultMapConfig(
203203
darkModeCustomJsonStyle: String? = null,
204-
isBuildingEnable: Boolean = false,
204+
isBuildingEnable: Boolean = true,
205205
isCompassButtonEnabled: Boolean = true,
206206
gridLineConfig: GridLinesConfig = defaultGridLinesConfig(),
207207
buttonConfig: ButtonConfig = defaultButtonConfig(),

0 commit comments

Comments
 (0)