Maddy Sharma
Maddy Sharma

Reputation: 4956

Working with OSM Map API

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

Answers (2)

jcancela
jcancela

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

Chirag
Chirag

Reputation: 56925

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

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

Download Source Code .

Upvotes: 1

Related Questions