Skip to content

Commit 154ebf6

Browse files
pengdevgithub-actions[bot]
authored andcommitted
Fix the geofencing Android example app.
GitOrigin-RevId: f7a77b2da636ad6a07c6e9172712318a4e1e26b4
1 parent f6bcd96 commit 154ebf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/com/mapbox/maps/testapp/examples/geofence/ExtendedGeofencingActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ class ExtendedGeofencingActivity : AppCompatActivity() {
499499
private const val CUSTOM_GEOFENCE_RADIUS = 500
500500
private const val ISOCHRONE_CONTOURS_MINUTES = 5
501501
private const val ISOCHRONE_DENOISE = .4f
502-
private const val DWELL_TIME = 0.5
502+
private const val DWELL_TIME = 1
503503
private const val LAYER_OPACITY = 0.6
504504
private const val LAYER_OUTLINE_COLOR = "#000"
505505
private const val DARK_BLUE = "#4264fb"

app/src/main/java/com/mapbox/maps/testapp/examples/geofence/SimpleGeofencingActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class SimpleGeofencingActivity : AppCompatActivity() {
264264
private const val CUSTOM_GEOZONE_LAYER_ID = "custom_geozone_layer_id"
265265
private const val CUSTOM_GEOZONE_DATA_ID = "custom_geozone_data_id"
266266
private const val CUSTOM_GEOFENCE_RADIUS = 500
267-
private const val DWELL_TIME = 0.5
267+
private const val DWELL_TIME = 1
268268
private const val LAYER_OPACITY = 0.6
269269
private const val LAYER_OUTLINE_COLOR = "#000"
270270
private const val DARK_BLUE = "#4264fb"

0 commit comments

Comments
 (0)