Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using OSM instead of Google Maps in Android app

I want to use OSM instead of Google Maps, while I'm developing Android applications. How is it possible?

like image 460
SpeedAmphetamine Avatar asked Dec 10 '12 04:12

SpeedAmphetamine


1 Answers

I also asked the question on the osm help and i got this.

http://code.google.com/p/osmdroid/

osmdroid provides Tools / Views to interact with OpenStreetMap-Data.

The OpenStreetMapView is a (almost) full/free replacement for Androids MapView class.

Here is a how to on using osmdroid in your apps

http://code.google.com/p/osmdroid/wiki/HowToUseJar

osmdroid id not to be confused with Osmdroid with capital O which is a navigation app for android that uses OSM maps.

If you guys could come up with more resources, it would be appriciated.

Thank you.

like image 139
SpeedAmphetamine Avatar answered Sep 25 '22 15:09

SpeedAmphetamine