I'm playing around with a widget to get a location based on GPS.
and using
"latLon = info.position.toGeoString(Position.GEO_DMS);"
It works, but lat/lon is all one string.
Is there a way to get lat and lon as two different stings (easier to display that way, and I won't be stuck using a small font to display it!)
TIA!