NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I want to create an app using osm and i want to pick up the coordinates manually from android and then send them to my web service where i download the data of that selected region and apply my algorithm on it. How can i create do that?

asked 14 Mar '16, 18:09

PopaPetru's gravatar image

PopaPetru
26335
accept rate: 0%

edited 14 Mar '16, 21:54

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

2

eh, what? Sorry, please describe that with much more words. Also please explain what you already know about OSM and what specifically your problem is.

(14 Mar '16, 20:05) aseerel4c26 ♦

So I want to create a patrolling app of a neighbourhood.I know how do parse osm data and how to download it...that's on the server side. What i don't know is how to let the client(android side) to choose the coordinates of the area he want's to patroll...si i need something like on the osm site where i can manually export some rectangle on the map. I want the client to be able to select that rectangle. And after that how to draw on it the path I calculate on the server side. Thanks for much for the response.

(14 Mar '16, 21:21) PopaPetru
2

so you want to know a Android map framework (for your Android app) which offers you some input like if you click "Manually select a different area" at https://www.openstreetmap.org/export and you want to display some poly-line on a map like the blue line in http://umap.openstreetmap.fr/de/map/unbenannte-karte_76136#10/52.4690/13.4122 , right?

(14 Mar '16, 21:51) aseerel4c26 ♦

Yes.And the poly-line could be with arrows :D but i will deal with that when i get there. Can you help me?

(14 Mar '16, 22:37) PopaPetru
2

no, sorry, I am not really an Android dev, but I hope I could help to clarify your question. The only advise I could give is to look at the frameworks which are used by the open source Android apps. Just wait some days, others may help here!

(14 Mar '16, 22:43) aseerel4c26 ♦

Thank you very much for your time.

(14 Mar '16, 22:45) PopaPetru
showing 5 of 6 show 1 more comments

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×181
×113
×5

question asked: 14 Mar '16, 18:09

question was seen: 1,455 times

last updated: 14 Mar '16, 22:45

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum