Created
September 29, 2012 16:40
-
-
Save halsk/3804552 to your computer and use it in GitHub Desktop.
地図SDKは MapKit だけじゃない!OSMやBingが使える iOS用 Map SDK、route-me のセットアップ方法 ref: http://qiita.com/items/8f0d1e5b6d90bb93d883
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/route-me/route-me.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cp -rp samples/SampleMap/ ../your/awesome/mapproject |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| open your/awesome/mapproject/SampleMap.xcodeproj/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| id myTilesource = [[[RMCloudMadeMapSource alloc] | |
| initWithAccessKey:@"YOUR_API_KEY" styleNumber:999] autorelease]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment