Showing
2 changed files
with
4 additions
and
0 deletions
1 | +{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"__lastAccess":1622135767964,"user":{"email":"kdc9619@khu.ac.kr","picture":"https://lh3.googleusercontent.com/a/AATXAJyP14ipRboJZ8T5-oNS3sRp4CG8wKCEwVABQ5G_=s96-c","nickname":"Meerkat","age":"26","gender":"male"}} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -209,6 +209,9 @@ | ... | @@ -209,6 +209,9 @@ |
209 | ps.categorySearch(currCategory, placesSearchCB, { usemapBounds: true }); | 209 | ps.categorySearch(currCategory, placesSearchCB, { usemapBounds: true }); |
210 | } | 210 | } |
211 | function placesSearchCB(data, status, pagination) { | 211 | function placesSearchCB(data, status, pagination) { |
212 | + if (pagination.hasNextPage) { | ||
213 | + pagination.nextPage(); | ||
214 | + } | ||
212 | if (status === kakao.maps.services.Status.OK) { | 215 | if (status === kakao.maps.services.Status.OK) { |
213 | displayPlaces(data); | 216 | displayPlaces(data); |
214 | } | 217 | } | ... | ... |
-
Please register or login to post a comment