Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chayanforyou
Copy link
Contributor

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:

  • Showing user location on map
  • Calculate nearest station

Sample video

sample.mp4

@aniruddha-adhikary
Copy link
Owner

Hi @chayanforyou

<uses-permission android:name="android.permission.INTERNET" />

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.

@aniruddha-adhikary
Copy link
Owner

The station map doesn't have to be an overlay in the real map. It can be a simplified metro map.

@aniruddha-adhikary
Copy link
Owner

Also, something like this

https://mobac.sourceforge.io ?

@chayanforyou
Copy link
Contributor Author

Also, something like this

https://mobac.sourceforge.io ?

Thanks for sharing. I will try to implement this

@aniruddha-adhikary
Copy link
Owner

@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

@chayanforyou
Copy link
Contributor Author

chayanforyou commented Nov 28, 2024

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?

@aniruddha-adhikary
Copy link
Owner

@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.

@chayanforyou
Copy link
Contributor Author

@aniruddha-adhikary got it. I will try to implement simplified one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants