Anand
Anand

Reputation: 1959

Android bus tracking

I just need some guidance. I am trying to create a bus tracking application.The intention of the app is the traveler can know the current bus location and upcoming bus stops. Of course we can know the current location through google map. But my intention is to give user a new UI that will display only bus stops which are in some linear line with some marker(Please refer image).Tracking

I have the data of all stops of bus. My question is how can I club this data to realtime tracking with gps.I can fetch the coordinates of these bus stops. But how I can connect it with map and give user live tracking? NB: The image is from indian rail tracking. I dont know how they manage to do that. Please give me some insights.

Upvotes: 0

Views: 474

Answers (1)

Wijdan
Wijdan

Reputation: 213

You will need the blue print of the map and with that blue print you will have to map each and every point onto your custom map view. Real map will work like a backend server and your map will be a front end of it.

Upvotes: 1

Related Questions