diff --git a/lib/src/models/yust_geo_location.dart b/lib/src/models/yust_geo_location.dart index c6e0880d..1f0a3a8a 100644 --- a/lib/src/models/yust_geo_location.dart +++ b/lib/src/models/yust_geo_location.dart @@ -174,7 +174,7 @@ class YustGeoLocation { eastAbbreviation: eastAbbreviation, ); - return lat == null && long == null ? null : '$lat, $long'; + return lat == null && long == null ? null : '$lat,\n$long'; } /// Returns a user readable string of the latitude.