Appearance
getLongDir(input: string)
Gets the normalized, long direction string for a given direction
dir
string
const dir1 = map.getLongDir("n"); // results in "north" const dir2 = map.getLongDir("north"); // also results in "north"