shvivek
shvivek

Reputation: 328

How to display multiple markers on a map

Iam creating and appliaction in which i want to display two markers on map , 1st marker will display on the starting latitude and longitude in map and second will display on the destination latitude and longitude , so i am stuck here can any help me out to sort

Upvotes: 0

Views: 1261

Answers (1)

Ollie C
Ollie C

Reputation: 28509

You need to use MapView Overlays. Here's the documentation, and a sample:

http://developer.android.com/resources/tutorials/views/hello-mapview.html

http://eagle.phys.utk.edu/guidry/android/mapOverlayDemo.html

Upvotes: 1

Related Questions