Hello!
I wondering if there is a method to obtain latitude and longitude of my position without using a GPS.
I developing a Windows Form application for Windows Mobile 5.0 and above, C# and .NET Compact Framework. I use GPS and Bing Maps to show the user position on a map but sometimes it'd imposible to determinate user position using GPS. I saw that Google maps (for example) can determinate the area of user could be.
How can I do that on my application?
Thank you!