Łukasz Paczos
Łukasz Paczos
When running the test app on an emulator (8.1.0 or 4.4) I'm running into issues with gl rendered images, markers and labels.   I wasn't able...
All location activities report a missing `LocationResult` class with each location update: ``` java.lang.ClassNotFoundException: com.google.android.gms.location.LocationResult at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:454) at android.os.Parcel.readParcelableCreator(Parcel.java:3014) at android.os.Parcel.readParcelable(Parcel.java:2964) at android.os.Parcel.readValue(Parcel.java:2866) at android.os.Parcel.readArrayMapInternal(Parcel.java:3244) at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292)...
When scrolling the map, each network requests sent from core results in a warning log: ``` 1180-5873/? W/ActivityManager: Receiver with filter android.content.IntentFilter@fe11c8c already registered for pid 13630, callerPackage is com.mapbox.mapboxandroiddemo.debug...
 At first glance, I'm not seeing the source of the issue. Disabling animation and displaying only the first frame still results in a blink.
Currently, when the `StyleFadeSwitchActivity` is launched for the first time, the raster tiles are being loaded when they should already be smoothly fading in. We can enhance the experience by...
Tracks exposing `StepIntersection#duration`, refs https://docs.mapbox.com/api/navigation/directions/#route-step-object.
Track integrating automation to ensure running changelog is updated with each contribution, similarly to https://github.com/mapbox/mapbox-navigation-android/pull/5301.
We currently have https://github.com/mapbox/mapbox-java/blob/main/services-directions/src/test/resources/route_options_v5.json and https://github.com/mapbox/mapbox-java/blob/main/services-directions-models/src/test/resources/route_options_v5.json which are identical and need to be maintained at the same time to run tests in 2 different modules. We need to consolidate the...
Capturing from https://github.com/mapbox/mapbox-gl-js/issues/9998#issuecomment-705693893 and https://github.com/mapbox/mapbox-navigation-android/pull/3661, the precision of some calculations that affect the presentation of geometries on the map can be greatly improved when EPSG:3857 projection is used instead of...
Capturing from https://turfjs.org/docs/#nearestPointOnLine, the `Feature` returned from `TurfMisc#nearestPointOnLine` should return a `location` number property that describes the distance along the route of the computed intersection point, next to already available...