This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Creating BBox for android that let’s the user pick small zone of the map.

0

I want to create a BBox for android that let's the user select a part of the map.The selection must give on backend min lon,min lat,max lon and max lat. Can anyone help me with that problem? I'm a newbie on android.

asked 14 Apr '16, 18:30

PopaPetru's gravatar image

PopaPetru
26335
accept rate: 0%

edited 15 Apr '16, 21:06

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

2

are you talking of software development for android? which framework do you use? Some more details might be useful.

(14 Apr '16, 22:57) aseerel4c26 ♦
1

I use Xamarin with the osmdroid library.

(15 Apr '16, 13:26) PopaPetru

Source code available on GitHub .