Roman Laitarenko

Results 32 comments of Roman Laitarenko

Related issues - #325, #257.

@DavidKasprzyk If you use the default `AppleLocationProvider` - then heading updates are already being filtered by 1º. Meaning that `CLLocationManager` notifies about heading update only when heading delta > 1º...

Currently we don't expose a way to configure heading filter, modifying `AppleLocationProvider` would be the fastest way to try it out(insert `locationProvider.headingFilter = myThreshold` at `AppleLocationProvider.swift:8` or create a custom...

As per https://github.com/mapbox/mapbox-maps-ios/pull/548 > This turned out to be expected behavior when using both icon-anchor and icon-text-fit.

Reopening as there seems to be more to it

Hi @jrbj, this is expected behavior as `PointAnnotation` is a [value type](https://developer.apple.com/swift/blog/?id=10)(`struct`), modifying it creates a copy of the value. This means that the annotation you assign a new image...

The issue with cached annotation images is addressed in this PR https://github.com/mapbox/mapbox-maps-ios/pull/1583, it will be released in version 10.9.0, currently available as pre-release `10.9.0-beta.2`.

Hello @MaciejPachciarekSMT, thank you for your detailed report, we are able to reproduce this issue in maps v10.6.0. We are planning to address it in Mapbox Maps SDK v10.8.0.