I have been using Mathematica V12 to plot breadcrumb coordinates from a GPS tracker. I convert these to GeoPositions using the Interpreter function, as shown in the code snippet. However, the Location Interpreter seems to have a fixed precision which is too coarse: I need 4-5 digits after the decimal point, and the returned GeoPosition has a precision of 1-2 digits.
I don't see an option or other handle to change the precision here. Anyone run into this?
Interpreter["Location"]["(36.3322280727381,-108.913240371752)"]
GeoPosition[{36.4167, -108.901}]
Attachments: