Skip to content

Commit 0e2eaa5

Browse files
authored
Fix geofencing attribution shown in Snapshotter (#2813)
1 parent 149e349 commit 0e2eaa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/src/main/java/com/mapbox/maps/Snapshotter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ open class Snapshotter {
475475
.withImproveMap(false)
476476
.withMapboxPrivacyPolicy(false)
477477
.withTelemetryAttribution(false)
478+
.withMapboxGeofencingConsent(false)
478479
.build()
479480
return attributionParser.createAttributionString(shortText)
480481
}

0 commit comments

Comments
 (0)