I am currently playing a bit with Android and GPS tracking and so forth.
I found out, that I have to call the OSM API with the corner points of the bounding I want to get POIs for example. I would like to achieve, that I get my current cooredinates from the handset (which allready works) and then get some pois from OSM for the bounding box where my current position is the center.
I could imagine a function like that:
public Map getBoundingBox(Double long, Double lat, int meters);
BUT I do not have any idea how to calculate this bounding box. Could someone give me some hints please?
cheers, christian