openstreetmap

Please advise an example of integrating OpenStreetMap into an iOS app on Swift

How do I integrate OSM into an iOS app? Maybe someone has a project for an example? I will be glad of any information!

Openstreetmap object coordinates (latitude, longitude)

Hello everyone, there is a Windows application that displays the map from http://www.openstreetmap.org. It is necessary to im ... the scale (zoom) in which the map is currently displayed in the user's program, plus that the offset that he (the user) made.

how to connect to openstreetmap via the API?

How to connect to openstreetmap via the API? I really can't find normal information. I need to connect and put geo points & ... ($r = mysqli_fetch_assoc($sqldata)) { $rows[] = $r; } ?> var tempArray = JSON.parse("[<?echo $r?>]");