Skip to content

Instantly share code, notes, and snippets.

@halsk
Created September 29, 2012 16:40
Show Gist options
  • Save halsk/3804552 to your computer and use it in GitHub Desktop.
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
git clone https://github.com/route-me/route-me.git
cp -rp samples/SampleMap/ ../your/awesome/mapproject
open your/awesome/mapproject/SampleMap.xcodeproj/
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