Showing
2 changed files
with
13 additions
and
1 deletions
.idea/misc.xml
0 → 100644
| ... | @@ -48,7 +48,13 @@ | ... | @@ -48,7 +48,13 @@ |
| 48 | service.nearbySearch({ | 48 | service.nearbySearch({ |
| 49 | location: pos, | 49 | location: pos, |
| 50 | radius: 500, | 50 | radius: 500, |
| 51 | - type: ['gym', 'store'] | 51 | + type: ['gym'] |
| 52 | + }, callback); | ||
| 53 | + | ||
| 54 | + service.nearbySearch({ | ||
| 55 | + location: pos, | ||
| 56 | + radius: 500, | ||
| 57 | + type: ['store'] | ||
| 52 | }, callback); | 58 | }, callback); |
| 53 | 59 | ||
| 54 | }); | 60 | }); | ... | ... |
-
Please register or login to post a comment