문제

I try to locate if a point, with its latitude and longitude coordinates, is into a city which coordinates are in a geom object or in a bounding box in Osmosis. I do this because I want to download a piece map in my Android application that correspond with the city in which the point is. Is there any way in Osmosis to do this? Does anyone know how to do it?

Thanks!!

도움이 되었습니까?

해결책

Probably you can convert to Z/X/Y format of the given lat/long and then load the particular tile which this lat/long corresponds too. Hope this should help. I've used osmdroid, for this purpose and i'm able to load either online/offline.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top