Function coordinates_to_geojson_rust

Source
pub fn coordinates_to_geojson_rust(
    coords: &[[f64; 2]],
    properties: Value,
) -> Value