Function kml_parser::validate_kml_file
source ยท pub unsafe extern "C" fn validate_kml_file(
filename: *mut c_char,
) -> bool
Expand description
@brief Validate the kml file @param filename The filename to check @return true if the file is valid, false otherwise