Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 계측
- binding
- drift
- intent
- tabbar
- 테스트
- viewmodel
- Flutter
- Dialog
- scroll
- Compose
- TEST
- data
- Coroutines
- DART
- Button
- Kotlin
- 앱
- CustomScrollView
- textview
- 앱바
- textfield
- appbar
- android
- ScrollView
- Navigation
- activity
- 안드로이드
- livedata
- LifeCycle
Archives
- Today
- Total
목록네이버 지도 위치 (1)
Study Record
[안드로이드] 네이버 지도 API - 위치와 오버레이 사용하기
✍ 네이버 지도 API https://navermaps.github.io/android-map-sdk/guide-ko/1.html 시작하기 · 네이버 지도 안드로이드 SDK No results matching "" navermaps.github.io ✍ 좌표 나타내기 → LatLng 위경도 좌표를 나타내는 클래스인 LatLng 로 latitude(위도), longitude(경도)를 속성으로 가지고 있다. 한 번 생성된 객체의 속성(latitude, longitude)은 변경할 수 없다. // LatLng(latitude, longitude) val coord = LatLng(37.5670135, 126.9783740) coord.latitude // 위도 coord.longitude // 경도 → Lat..
안드로이드
2022. 5. 15. 14:21