Hi, that space has always been there because QGeoCoordinate::toString generates a string like this: "27° 28' 3.2" S, 153° 1' 40.4" E, 28.1m", and splitting does not remove anything except the separator character/string.
You could split with ", " (string with comma followed by space) instead of ','.
Ginsengelf
Bookmarks