I have downloaded the GPS code from Codeproject.com. I want to track my current location. In the codeproject code, it is able to find the location,but i have to enter the latitude and longitude in my code,which is hard coded.
I want that to dynamically happen in code.
For example:- if i enter in code latitude = 19.1767; longitude = 73.0222; then this will take me to Mumbai. But to track his current location,user wont go in code and enter the latitude and longitude. How can it happen dynamically?? Please help..
Thanks & Regards Hasib Shaikh