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 | 29 | 30 | 31 |
Tags
- binding
- drift
- textfield
- livedata
- scroll
- appbar
- CustomScrollView
- Navigation
- data
- Compose
- tabbar
- activity
- Flutter
- Dialog
- ScrollView
- Kotlin
- 계측
- 앱
- DART
- 안드로이드
- textview
- viewmodel
- TEST
- intent
- android
- Coroutines
- 앱바
- Button
- 테스트
- LifeCycle
Archives
- Today
- Total
목록Location (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