Reputation: 4956
I am new to OSM Map API but I have already used the Google API for map. I want to render an OSM mapview and pin a pointer to the current location. how can I achieve that.?
Upvotes: 0
Views: 369
Reputation: 29
Also, if you want to reuse your code from Google Maps you can use the Google Maps Wrapper of OSM
http://code.google.com/p/osmdroid/wiki/HowToUseGoogleWrapper
Upvotes: 2
Reputation: 56925
OSMDROID provides Tools / Views to interact with OpenStreetMap-Data.
The OpenStreetMapView is a (almost) full/free replacement for Androids MapView class.
Upvotes: 1