if (geoPoint != null) {
            result.append("\nGeolocation Point\n")
            result.append("Latitude: ${geoPoint.lat}\n")
            result.append("Longitude: ${geoPoint.lng}\n")
        }