tags:

views:

71

answers:

1

my application when user accessing map i want to point his location with his image and his name it just like pointer containe name and image how to make it

Thanks

Aswan

+1  A: 

Create a map overlay where you override the draw method. Load user's image, draw it at coordinates you like. Draw his name as well. See this sample. Look at the canvas API for other methods.

Heikki Toivonen
Did this answer your question? If yes, you should mark it accepted. That way people will be more likely to answer your questions in the future. Your current accepted rate is only 50%.
Heikki Toivonen