[][src]Function pathfinder::map::gen_map

pub fn gen_map<T: Location + Draw + MinMax>(
    list: &[T]
) -> (ImageBuffer<Rgba<u8>, Vec<u8>>, Coordinate)

Returns the underlaying image used for the Map struct.