data class GpsInfo(val lat: Float? = null, val lng: Float? = null, val _altitude: Float? = null, val _dateTimeZone: String? = null, val _datum: String? = null)
Location information acquisition time YYYY:MM:DD hh:mm:ss+(-)hh:mm hh is in 24-hour time, +(-)hh:mm is the time zone when GPS is disabled: ""(null characters)