This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Position data - separate stings?

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!