336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
// 중심점 변경
mapView.setMapCenterPoint(MapPoint.mapPointWithGeoCoord(37.53737528, 127.00557633), true);
// 줌 레벨 변경
mapView.setZoomLevel(7, true);
// 중심점 변경 + 줌 레벨 변경
mapView.setMapCenterPointAndZoomLevel(MapPoint.mapPointWithGeoCoord(33.41, 126.52), 9, true);
// 줌 인
mapView.zoomIn(true);
// 줌 아웃
mapView.zoomOut(true);
'프로그램 > Android' 카테고리의 다른 글
[Kotlin] 사용자 앱에서 카카오내비 호출 (0) | 2019.04.11 |
---|---|
[Kotlin] 다음 지도, 기본 마커(Marker) 추가 (0) | 2019.04.10 |
[Kotlin] Daum 지도 표시하기 (0) | 2019.04.08 |
E/net.daum.mf.map.n.api.NativeMapLibraryLoader: Can`t load DaumMapEngineApi.so file (0) | 2019.04.08 |
[Kotlin] 카카오맵 사용시, INSTALL_FAILED_NO_MATCHING_ABIS 에러 (0) | 2019.04.08 |