일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- UTF-8
- Encoding
- call by refelrence
- 정보처리 산업기사
- where
- 정보처리
- 스마트에디터
- 정보처리기사
- 이미지확대
- datasourceexplorer
- 산업기사
- relative
- box-sizing
- ABSOLUTE
- position
- STREAM
- 기사
- method
- transform
- call by value
- Spring
- MySQL
- codepage
- text-shadow
- static
- SQL
- transition
- fixed
- I/O
Archives
- Today
- Total
a battle with myself
[android] 다음지도 URL SCHEMA 사용법 길찾기 등 본문
시작 좌표 도착 좌표를 URL 상에 parameter로 넣어주고 intent를 띄워주면 됨
String url = "daummaps://route?sp="+USER Latitude+","+USER Longitude+"&ep="+ARRIVAL Latitude+","+ARRIVAL Longitude+"&by=FOOT";
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
startActivity(intent);
'android' 카테고리의 다른 글
[android] ScrollView 안의 GridView Full size libary(GridView height) (0) | 2017.01.20 |
---|---|
[android] android 구글맵 길찾기 intent 열기 (0) | 2017.01.18 |
[android] image 갤러리(Gallery) intent 오픈 (0) | 2017.01.12 |
[android] Intent 화면전환 animation 효과 삭제 (0) | 2016.12.30 |
[android] webview 창 띄우기 (0) | 2016.12.14 |