-
Notifications
You must be signed in to change notification settings - Fork 94
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
Feature Added - Metro Station Map #109
base: master
Are you sure you want to change the base?
Feature Added - Metro Station Map #109
Conversation
Unfortunately, as a policy for this project, we have chosen not to connect to the internet to build trust and safeguard user commute data. Any feature we build, must remain fully offline and cannot connect to the internet. Or the internet connectivity has to be built in a way that doesn't required INTERNET permissions. |
The station map doesn't have to be an overlay in the real map. It can be a simplified metro map. |
Also, something like this |
Thanks for sharing. I will try to implement this |
@chayanforyou I think we should discuss the features a bit more before you write more code. I am thinking of the cost-benefit analysis. By adding megabytes to the app, what features are we offering to users? I mean just a map can be a PNG right, or we can just trigger google maps / Apple Maps. I am thinking what other benefits we can give to the user. If it is just a map.... I mean.... We could just do this, easier to use: https://www.lta.gov.sg/content/ltagov/en/getting_around/public_transport/rail_network.html |
Yes, we can load a pdf as well. This contains the route map But if I implement OSM offline map, do you have any opinion? |
@chayanforyou I personally prefer the Simplified map without any overlay, like the Singapore one I shared. At this moment I am not super keen to add a full featured map. Because the phones already have it. |
@aniruddha-adhikary got it. I will try to implement simplified one. |
Feature added metro station map #4
Here I have used open Street Map (OSM) which for both Android and iOS platforms and doesn't require any API key.
Future idea:
Sample video
sample.mp4