Android Show Map location when Longitude/ Latitude values are in DMS Format

Posted by JibW on Stack Overflow See other posts from Stack Overflow or by JibW
Published on 2011-08-04T11:30:29Z Indexed on 2013/06/26 10:21 UTC
Read the original article Hit count: 192

In my Android application I need to load Google map and show the location according to the Latitude and the Longitude values provided. I referred the following tutorial and its completely ok. Work fine.

Link to the tutorial I followed

Problem is Latitude and Longitude values are stored in SQLite database in the DMS Fromat. If those values were in the Decimal Degrees format then No problem, as I can do the way it was in that tutorial.

I need to Show the exact place by adding Overlay Item(I have given the Longitude and Latitude values by DMS Format).

[Example values: 36°7'59''N, 5°25'59''W]

Thanks...

© Stack Overflow or respective owner

Related posts about android

Related posts about google-maps