How to highlight all the streets within a range of coordinates of a specific city (eg. Milan) using polyline (Leaflet)?
I want to use overpass API (OpenStreetMapAPI) to fetch the coordinates(longitude and latitude: start, midpoint, end) of all the streets(with specific addresses) within the coordinate range of a specific city(eg. Milan). Can you recommend any documentation or tutorials for this?