google-maps
-
현재 위치가있는 Android Google지도카테고리 없음 2020. 8. 14. 14:23
질문 현재 장치 위치와 원격 지점으로지도를 그려야하는 애플리케이션을 작성 중입니다.Android Studio (Google- > Google지도 Activity)에서 만든 예제에서 시작했습니다.현재 위치를 얻기 위해 코드를 추가하기 만하면됩니다. package it.tux.mapper.activities; import android.Manifest; import android.annotation.SuppressLint; import android.content.Intent; import android.content.pm.PackageManager; import android.location.Location; import android.location.LocationListener; import andro..