Android Code Snippet WGS 84 reader

hello here is a code that reads Wgs84 coordinates DDmmss.ssss / DDmm.mmm / and DD.ddddd and converts to floating point coordinates, its good for importing from csv files and does irregardless what character symbol is in them, as long as the digits follow the proper sequence , just paste the *txt code into an empty project and test in debug mode to see what it actually does ,
hope it helps
 

Attachments

  • WGSCordCnv.txt
    4.4 KB · Views: 190
Last edited:
Top