I have this two int values (w 25456819, s 12088051).
I need to know how can i convert them to latitude and longitude values in double.
The final result of this should be something like this:
- w 25456819 = -33,xxxxxx
- s 12088051 = -70,xxxxxx
But i can't find any clue for this, the accurate answer then i have found it's something about google's Geopoint, this one recives two int values in his constructor. Then when you use the geopoint object you can get the lat and long values.
I have tried to find any library or class for c sharp, but i haven't had any luck on that.
I'll really apreciate any help.
Best regards.