Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김동훈
/
OpenSource_Project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Donghoon Kim
2018-12-09 13:23:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3156d6d3e64ac39ec31d5f41dab03ddd9eb2e1a3
3156d6d3
1 parent
247afd36
can find places with multiple tags
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
.idea/misc.xml
public/Foods.html
.idea/misc.xml
0 → 100644
View file @
3156d6d
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"JavaScriptSettings"
>
<option
name=
"languageLevel"
value=
"ES6"
/>
</component>
</project>
\ No newline at end of file
public/Foods.html
View file @
3156d6d
...
...
@@ -48,7 +48,13 @@
service
.
nearbySearch
({
location
:
pos
,
radius
:
500
,
type
:
[
'gym'
,
'store'
]
type
:
[
'gym'
]
},
callback
);
service
.
nearbySearch
({
location
:
pos
,
radius
:
500
,
type
:
[
'store'
]
},
callback
);
});
...
...
Please
register
or
login
to post a comment