Not your computer? Use a private browsing window to sign in. Learn more about using Guest mode
FTLocationSimulator FTLocationSimulator allows simulating Core Location in the iPhone simulator on the desktop. It sends fake Core Location updates taken from a KML file that describes a predefined route. Besides the simulated Core Location updates, it also updates the blue userLocation view on MapKit views. The sample project shows how to integrate FTLocationSimulator into an existing app, in thi
Route-Me: iOS map library Route-Me is an open source map library that runs natively on iOS. It's designed to look and feel much like the inbuilt iOS map library, but it's entirely open, and works with any map source. Currently, OpenStreetMap, Microsoft VirtualEarth, CloudMade, OpenAerialMap, OpenCycleMap, SpatialCloud, TileStream7, and two offline-capable, database-backed formats (DBMap and MBTile
MKMapViewのスクロール、ドラッグ状態の取得について MapViewでは地図をスクロール、ドラッグしている最中の状態を取得するdelegateが無さそうなので 代わりにUIGestureRecognizerを使って取得を行う ■ Example ・MapViewにUIPanGestureRecognizerを追加 // パンジェスチャーを追加 UIPanGestureRecognizer *panGesture = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(showPan)]; panGesture.delegate = self; [_mapView addGestureRecognizer:panGesture]; [panGesture release]; ・ジェスチャーに依存関係を
MapKitで地図を利用する際に、ピン(アノテーション)をドラッグ & ドロップさせる方法について 自作のライブラリをGitHubにアップして下さっている方がいるので、利用させていただく。 ・MapKitDragAndDrop ■ MapKitDragAndDrop - SampleCode ・Git上にある以下のファイルをダウンロードしてプロジェクトに追加 ・DDAnnotation.h ・DDAnnotation.m ・DDAnnotationView.h ・DDAnnotationView.m ・Pin.png ・PinDown1.png ・PinDown2.png ・PinDown3.png ・PinFloating.png ・PinShadow.png ・フレームワークの追加 ・MapKit.framework ・QuartzCore.framework ・ViewControl
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く