I want to create a rectangle around a center point, of x by y miles. So for example:
makeRectangle(pointer, 10, 5);
I ultimately want the bounds, so:
makeBounds(pointer, 10, 5) is fine
However, everything seems to be created in terms of creating edge points, which I'm not clear on how to do with lat longs.