일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- stream
- memory
- file access
- java
- public
- atmega328
- SERIAL
- sensor
- inheritance
- Contour
- Overloading
- Class
- wpf
- APP
- Barcode
- UNO
- aduino
- Unity
- mfc
- Android
- preprocessing
- Read
- flutter
- compare
- Encapusulation
- Pointer
- Binary
- length
- digitalRead
- parameter
- Today
- Total
목록longitude (2)
폴크(FOLC)
# Kakao Map 을 이용하여 특정한 영역의 길찾기 > KakaoAPI 사용자 등록 후 관련 Key 필요 > https://developers.kakao.com/console/app ( 관련 내용은 검색 후 참고 ) - REST API 키 - JavaScript 키 # 리소스에 WebBrowser 컨트롤 추가 > 컨트롤 옵션 설정 - Anchor : Top, Bottom, Left, Right > 확대/축소에 맞게 영역을 표시 하기 위함. # JavaScript + HTML 파일 추가 > KakaoMapForWinForms.html > 리소스 옵션에서 "항상 복사"로 설정 # JavaScript + HTML 내용 # 소스 코드 using System.IO; using System.Windows.For..
# Google Map 을 이용하여 특정한 영역의 길찾기 > WindowsCore, WindowsForms, WindowsPresentation 등 지원 # NuGet 패키지 관리 > GMap.NET.WinForms 찾기 선택 > 라이센스 동의 > 참조에 추가되었는지 확인 > GMap.NET.WindowsForms 컨트롤이 보이지 않는다면 "프로젝트 도구 상자 항목 새로 고침(T)" 선택 # 리소스에 컨트롤 추가 > GMap.NET.WindowsForms 에 GMapControl 도구를 추가 > 컨트롤 옵션 설정 - MaxZoom : 24 - MinZoom : 6 - MouseWheelZoomType : MousePositionWithoutCenter # 소스 코드 using System.Windows...