static String formatGeolocation(Point geo) { return '${formatLatitude(geo.x)} ${formatLongitude(geo.y)}'; }