-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 7/23일 API 심화] Q&A #63
Comments
https://github.com/eunhyoung0313/APIHW.git
|
|
https://github.com/dooking/LikeLion/tree/master/maplist
`(백틱)을 사용해서 도착장소의 이름과 X,Y 좌표를 따로 변수에 저장하고 anchor 태그를 만들었으나 정상적으로 작동하지 않네요ㅠㅠ 제 생각에는 마커의 좌표값이 유효하지 않은 것 같은데 혹시 비슷한 오류 겪으셨거나 해결하신분 계시면 답변부탁드립니다 :) |
https://github.com/eunhyoung0313/APIHW.git 현재상황: |
길찾기 화면에거 console.log를 보면 좋을거 같네요! |
코드도 같이 올려주시면 더 이해하기 쉬울거 같습니다~! |
코드입니당! // 지도를 생성합니다 // 장소 검색 객체를 생성합니다 var ps = new kakao.maps.services.Places(); // 키워드로 장소를 검색합니다
} // 지도에 마커를 표시하는 함수입니다
}; // 마커를 클릭했을 때 커스텀 오버레이를 표시합니 // function closeOverlay() { |
Q&A
7월 23일 세션에서 배웠던 질문하는 방법에 따라 모르는 부분에 대해 질문을 올려보고 답해봅시다
The text was updated successfully, but these errors were encountered: