File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
changelog/unreleased/bugfixes
libnavui-maps/src/main/java/com/mapbox/navigation/ui/maps/route Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1+ - Increased max distance from the user indicator to route line valid to continue vanishing updates from 3m to 10m.
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ object RouteLayerConstants {
8484 internal const val RESTRICTED_CONGESTION_VALUE = " restricted"
8585 internal const val ORIGIN_MARKER_NAME = " originMarker"
8686 internal const val DESTINATION_MARKER_NAME = " destinationMarker"
87- internal const val ROUTE_LINE_UPDATE_MAX_DISTANCE_THRESHOLD_IN_METERS = 3 .0
87+ internal const val ROUTE_LINE_UPDATE_MAX_DISTANCE_THRESHOLD_IN_METERS = 10 .0
8888 internal const val DEFAULT_ROUTE_DESCRIPTOR_PLACEHOLDER = " mapboxDescriptorPlaceHolderUnused"
8989 internal const val MAX_ELAPSED_SINCE_INDEX_UPDATE_NANO = 1500000000.0 // 1.5s
9090 internal const val DEFAULT_ROUTE_SOURCES_TOLERANCE = 0.375
You can’t perform that action at this time.
0 commit comments