-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate direction of activity items outside map view #91
Comments
We already have a functionality that changes map view to show all the markers on the game (the icon with multiple markers on it). Showing something by the border of the map should be doable, the issue is that these should not be the markers themselves. Marker geolocation should not change under any circumstances. Showing some icons near the map edge would be doable. You have been implementing a solution for that. Have you been able to come up with an algorithm to detect where should the arrows be placed? I have also commented on a possibility to highlight the edges of the map if there are any markers in that direction. This would still require some logic to detect the direction of these markers. The solution might be written in a resource-friendly manner, as it would require cycling over all the markers each time the map is changed (map bounds change dues to either zoom level or map centre coordinates). Might even consider to only applying that to unanswered ones. |
Yes, players are most likely only interested in the direction to unanswered questions. |
I will currently go for the simple implementation I have promised in issue #100. We could expand and extend it later on. |
As a player, it would be helpful to have markers by the borders of the map view, indicating in which direction the other items in the current activity are located. It is admittedly possibly to zoom the view, but arrow markers would require less manipulation of the screen and less risk of losing context.
The text was updated successfully, but these errors were encountered: