문제

we are developing an offline city map application for iPad, using Cloudmade SDKs. I'm curious, is there are any other SDKs which could be used for offline applications ?

도움이 되었습니까?

해결책

The better solution for me is:

1.- Generate your own maps with TileMill from Mapbox and then export to MBTiles format.

2.- Get the mapbox-ios-example and use the MBTiles file you just generated.

다른 팁

Starting with April, 2014 there is also skobbler's /Telenav's SDK - it's got full offline capabilities (map rendering, routing & rerouting) and a map cutting tool if you want a map of a custom area (e.g. you provide the gpx enclosed polygon and you get back a map of that area)

See some examples in the demo apps and the how-to's

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