Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Heading tracking gets backed up when the user moves and rotates simultaneously #10906

Closed
pushian opened this issue Jan 11, 2018 · 2 comments
Closed
Assignees
Labels
bug Google Maps parity For feature parity with the Google Maps SDK for Android or iOS iOS Mapbox Maps SDK for iOS MapKit parity For feature parity with MapKit on iOS or macOS

Comments

@pushian
Copy link

pushian commented Jan 11, 2018

**Platform: iOS
**Mapbox SDK version: binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" ~> 3.7

Steps to trigger behavior

  1. self.mapView.userTrackingMode = .followWithHeading
  2. walk around with the map

Expected behavior

The user location marker should moving together with the user with certain accurancy

Actual behavior

The user location marker is moving slower than the actual movement and after a while, the marker will be far behind the user's current location. And if the user stops, the marker will then slowly catch up first and at last will has a speed up to the user's stopping location.
In the .none Mode, it is working fine which means the location marker is moving smoothly and seamlessly with the user's actual location

@tobrun tobrun added the iOS Mapbox Maps SDK for iOS label Jan 11, 2018
@fabian-guerra fabian-guerra self-assigned this Jan 12, 2018
@1ec5
Copy link
Contributor

1ec5 commented Mar 27, 2018

This is the behavior described in #3625 (comment). This would be fixed as a side effect of supporting concurrent animations instead of canceling the current animation when beginning a new one: #3625.

@1ec5 1ec5 changed the title The location marker is moving behind the user in the .followWithHeading mode Heading tracking gets backed up when the user moves and rotates simultaneously Mar 27, 2018
@1ec5 1ec5 added bug MapKit parity For feature parity with MapKit on iOS or macOS Google Maps parity For feature parity with the Google Maps SDK for Android or iOS labels Mar 27, 2018
@1ec5
Copy link
Contributor

1ec5 commented Jun 21, 2018

Closing in favor of #3625.

@1ec5 1ec5 closed this as completed Jun 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Google Maps parity For feature parity with the Google Maps SDK for Android or iOS iOS Mapbox Maps SDK for iOS MapKit parity For feature parity with MapKit on iOS or macOS
Projects
None yet
Development

No branches or pull requests

4 participants