sean
sean

Reputation: 9268

create an application which can track the location using open street maps

I am planning to create an application which can track the location of a certain person using open street maps. But I don't know where to start.

Upvotes: 0

Views: 1539

Answers (1)

bernstein
bernstein

Reputation: 385

Have a look at the sourcecode of osmdroid, an opensource reimplementation of google's maps app using openstreetmap. They even provide a jar you can use! Should get you up to speed in no time. And possibly the official documentation on Location & Maps...

Upvotes: 1

Related Questions