File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/src/main/java/com/mapbox/maps/testapp/examples/geofence Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments