김대철

카페 45개까지 보이도록 Map 수정

-
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 }
......