Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个不使用 MapKit IOS 来显示地图的应用程序。
因此我正在使用Route-Me。但是需要根据我的应用程序的设计创建一些带有颜色的地图。
有没有办法在不使用MapBox平台的情况下做到这一点,这需要在某个时候付款。
谢谢
我不确定我是否完全得到你的要求。您可以在生成图块时从 OpenStreetMap 数据生成地图图块并配置其外观。您可以将这些地图图块放在服务器上并使用 route-me 显示它们。您也可以从磁贴生成一个 sqlite 数据库,并将该数据库与您的应用程序一起放在手机上。