Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top