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
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
It is not a bug, but rather cumbersome problem. The issue is that iPhones do not have stable magnetic sensors and so their North is different in every initialisation - ranging from -90 to +90 degrees! So Id love to change the location orientation value to update to this new "North".
I can get the orientation before initialisating the view, but I cant change it in the fetched location (and rebuilding it every time is not really good solution I believe). If we simply could update the orientation vector, this would hugely befit the rotation accuracy the app provides.
I could be fine with rebuilding fetched location with the new parameters but this is impossible as well, because there is no SDK documented way of converting fetched ELILocation into ELIBuilder object.
The text was updated successfully, but these errors were encountered:
hejtmy
changed the title
No way to change locations as an object
No way to change ELILocation object without rebuilding
Nov 25, 2017
hejtmy
changed the title
No way to change ELILocation object without rebuilding
No way to change ELILocation object orientation without rebuilding
Nov 25, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is not a bug, but rather cumbersome problem. The issue is that iPhones do not have stable magnetic sensors and so their North is different in every initialisation - ranging from -90 to +90 degrees! So Id love to change the location orientation value to update to this new "North".
I can get the orientation before initialisating the view, but I cant change it in the fetched location (and rebuilding it every time is not really good solution I believe). If we simply could update the orientation vector, this would hugely befit the rotation accuracy the app provides.
I could be fine with rebuilding fetched location with the new parameters but this is impossible as well, because there is no SDK documented way of converting fetched ELILocation into ELIBuilder object.
The text was updated successfully, but these errors were encountered: