質問編集履歴

1

試したことを追記いたしました!

2019/09/23 07:17

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,20 @@
12
12
 
13
13
 
14
14
 
15
+ ### 調査および試したこと
16
+
17
+
18
+
19
+ ・function createMarkerButtonにてマーカーのタイトルを出力して並べているのでrankBy: google.maps.places.RankBy.DISTANCEを途中に追記することで近い順に並び替えができると思い追記してみたがうまく動かなかった。
20
+
21
+ ・nearbysearchはそもそもapiにあるtypeのものでしか動かないのでしょうか...?
22
+
23
+
24
+
25
+
26
+
27
+
28
+
15
29
  ### 該当のソースコード
16
30
 
17
31
 
@@ -272,16 +286,6 @@
272
286
 
273
287
 
274
288
 
275
- var request = {
276
-
277
- location: new google.maps.places.SearchBox(document.getElementById('pac-input')),
278
-
279
- type: ['shopList'],
280
-
281
- rankBy: google.maps.places.RankBy.DISTANCE,
282
-
283
- },
284
-
285
289
  service = new google.maps.places.PlacesService(map);
286
290
 
287
291
  function callback(results, status) {