You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the camera and display the user's position with some padding (bottom side of the screen)
Actual Behavior
The user's pin is displayed at the middle of the screen (so wrong position) when we trigger setCamera with padding, and come back to the real position when we move the camera ourselves (finger move)
Screenshots
User pos:
After setCamera, the user's pin is in the wrong location
After moving the map ourselves, the pin came to the right pos
Version(s) affected
Platform: iOS
OS version: iOS 16 (it happens across different iOS versions)
Device type: iPhone 12
Emulator/ Simulator: Simulator + Physical
maplibre-navigation-ios Version current main
Mapbox- 5.13.0
The text was updated successfully, but these errors were encountered:
Is this related to the navigation repository? This sounds like an issue with the map library. Does this issue appear when you are using the provided example application? I haven't seen this issue yet.
Steps to Trigger Behavior
setCamera:(MGLMapCamera *)camera duration animationTimingFunction edgePadding completionHandler
Link to Minimal Reproducible Example
Expected Behavior
Move the camera and display the user's position with some padding (bottom side of the screen)
Actual Behavior
The user's pin is displayed at the middle of the screen (so wrong position) when we trigger
setCamera
with padding, and come back to the real position when we move the camera ourselves (finger move)Screenshots
User pos:
After setCamera, the user's pin is in the wrong location
After moving the map ourselves, the pin came to the right pos
Version(s) affected
The text was updated successfully, but these errors were encountered: