I am a web developer (not expert). in registeration page of a website, i want to receive client's address from osm. ( like UBER that receive passenger address in app ) i mean put a marker on map and send latitude and longitude and zoom level. can i do it with osm? asked 05 Feb '19, 21:04 alireza ghol... |
So when someone registers, they will type in their address, right ? Your server will then receive that address, store it in your database. Then you want to display a map with a marker for that address. so you need
I doubt that you can accomplish this all if you are not a programmer. answered 11 Feb '19, 04:15 escada |
If you want a business to show on map like this one https://osm.org/go/eu62_HbiF?m= and you want it to be found by a nominatum search you or somebody will have to map it correctly and add it to OSM. Read the Wiki info on adding a business. In edit mode you can look at the above and other businesses to learn what you need to do. Is this is what you are asking? answered 10 Feb '19, 21:39 andy mackey |
It depends on what you mean by "receive client's address from osm". Do you mean picking an address on a map rendering using OSM data, selecting from a list of addresses generated from OSM data, or something else? "OSM" itself is just a big database of data and you can do many things with that data.
like UBER that receive passenger address in app . i mean put a marker on map and send latitude and longitude and zoom level.
https://www.mapbox.com/mobile/ may be a good starting point.