appenvturez-siddharth
appenvturez-siddharth
## Environment - Android OS version:11 - Devices affected:All - Maps SDK Version: 10.6.0 ## Observed behaviour and steps to reproduce suppose we have 4 points and user is tracking...
This is the code I have implemented in my project: RouteLineColorResources routeLineResources = new RouteLineColorResources.Builder() .routeLineTraveledColor(Color.parseColor("#000000")) .routeLineTraveledCasingColor(Color.parseColor("#ffffff")) .alternativeRouteCasingColor(Color.parseColor("#ffffff")) .build(); RouteLineResources routeLineResources1 = new RouteLineResources.Builder() .routeLineColorResources(routeLineResources) .build(); MapboxRouteLineOptions mapboxRouteLineOptions = new...
### SPECIFIC ISSUE ENCOUNTERED I am currently using ARCore for real-time image tracking, and I am facing an issue where the tracking status of an object does not reset even...