Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to show the my current location in the Google Map?

Tags:

android

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

Like if now I am in New Delhi , and if I start my android application,my current location should be shown in New Delhi and it should change if I travel to other cities.

like image 962
Gaurav Gupta Avatar asked Mar 05 '11 06:03

Gaurav Gupta


1 Answers

Get the current location What is the simplest and most robust way to get the user's current location on Android?

and pass that value to google map api.

like image 94
Vivek Goel Avatar answered Nov 03 '22 04:11

Vivek Goel