문제

I'm developing an application that displays maps without using MapKit IOS.

Therefore I am using Route-Me. However need to create a few maps with colors according to the design of my application.

Is there any way to do this without being use the MapBox platform, which requires a payment at some point.

Thanks

도움이 되었습니까?

해결책

I am not sure if I completely get what you are asking for. You can generate map tiles from the OpenStreetMap data and configure their appearance, when generating the tiles. You can put these map tiles on a server and display them using route-me. You can as well generate a sqlite database from the tiles and put this database onto the phone together with your application.

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