I have a specific and a general question. My specific question is this: how would I determine the shape and location of the set of points satisfying $d(x,a) \leq 1$ in the metric space $(\mathbb{R}^2, d)$, where $d(x,y) = |x_{1} - a_{1}| + |x_{2} - a_{2}|$? Since the coordinates of $a$ are constant, the values of $x_{1}$ and $x_{2}$ must range from $a_{i} - 1$ and $a_{i} + 1$, for $i = 1,2$. However, I can't think of a way to determine possible values of the coordinates at these values.
In general, what are some methods that can be used to visualize these sorts of shapes in different metric spaces? I realize that in some exotic spaces things probably can't be visualized, but I'm sure there are tricks for simple ones like this, right?