回答編集履歴

3

追記

2016/03/24 16:59

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  [このサイトのサンプルプロジェクト(Zipファイルがダウンロードされます)](http://sweettutos.com/wp-content/uploads/2015/04/MapLocator1.zip)
24
24
 
25
-
25
+ ※Swift2.0ですが自分の手元ではエラー無く実行できました。
26
26
 
27
27
 
28
28
 

2

追記

2016/03/24 16:59

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -10,4 +10,22 @@
10
10
 
11
11
 
12
12
 
13
+
14
+
15
+
16
+
17
+ Swiftでほぼ同じ機能があるアプリの作り方を、紹介しているサイトがあったので追加しておきます。
18
+
19
+ [[Swift MapKit Tutorial Series] How to search a place, address or POI on the map](http://sweettutos.com/2015/04/24/swift-mapkit-tutorial-series-how-to-search-a-place-address-or-poi-in-the-map/)
20
+
21
+
22
+
23
+ [このサイトのサンプルプロジェクト(Zipファイルがダウンロードされます)](http://sweettutos.com/wp-content/uploads/2015/04/MapLocator1.zip)
24
+
25
+
26
+
27
+
28
+
29
+
30
+
13
31
  ![image](5bd5be7d03127942e19e3c5ba8153671.png)

1

追記

2016/03/24 16:57

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -1,5 +1,13 @@
1
- こちらの記事やりたい事ができるかもしれません。
1
+ こちらの記事が分かりすくやりたい事ができるかもしれません。
2
2
 
3
- 参考にしてみてください。
3
+ Objective-Cですが参考にしてみてください。
4
+
5
+
4
6
 
5
7
  [Map Kitでローカル検索ができるMKLocalSearchを試してみた](http://blog.koogawa.com/entry/2014/03/21/174943)
8
+
9
+ [koogawa/MKLocalSearchSample](https://github.com/koogawa/MKLocalSearchSample/tree/master/MKLocalSearchSample)
10
+
11
+
12
+
13
+ ![image](5bd5be7d03127942e19e3c5ba8153671.png)