-4

Possible Duplicate:
how to show the my current location in the Google Map?

I want to show my current location in google map. it should be coming dynamically i.e. longitute and latitude should be set dynamically.

Community
  • 1
  • 1
  • A simple search is a good start: http://stackoverflow.com/questions/5202071/how-to-show-the-my-current-location-in-the-google-map – Erol Jul 18 '12 at 06:11
  • 3
    thanks for sharing what you want, You are doing great then. All the best. :P Search on Google for tutorial. – AAnkit Jul 18 '12 at 06:13
  • you need to have a gps and if u using emulator it wont work..just tpye API GPS + android in GOOGLE – Zamani Jul 18 '12 at 07:42

1 Answers1

-1

You need to follow below steps.

1) open browser type www.google.com

2) Search "Map Appliction tutorial + Android" and press search in it.

3) I found this Map View Application as a top third link, which is having complete tutorial(To create map and overlay for locations) from Developers site of Android

Happy Coding. :)

AAnkit
  • 27,299
  • 12
  • 60
  • 71