Google Maps Android API v2를 사용하면 Activity에 단순한 fragment 형태의 Maps를 삽입할 수 있다. 이 새로운 Maps를 통해 3D, 실내, 위성, 지형, 하이브리드 지도를 사용할 수 있다.
1. 먼저 App이 Google Maps Server에 접근하기 위해 API Key를 발급 받아야 한다.
아래 개발자 Console에서 Google Maps API Key를 발급 받을 수 있다.
https://console.developers.google.com/
2. Google Maps를 실제 사용자에게 보여줄 Activity를 생성한다.
Empty Activity로 만들지 말고,
Android Studio 에서 제공하는 Gallery에서 'Google Maps Activity'를 선택할 경우 보다 간단하게 만들 수 있다.
이때 추가로 다음과 같은 파일들이 자동으로 생성된다.
- src/debug/res/values/google_maps_api.xml
- src/main/res/layout/activity_maps.xml
3. 발급 받은 API Key를 아래와 같이 google_maps_api.xml 파일에 기입한다.
4. Build and Run
Android Studio에서 기본적으로 Activity, layout xml 등을 만들어 주기 때문에
그냥 바로 실행해봐도 결과를 확인할 수 있다.
reference:
- http://developer.android.com/intl/ko/training/building-location.html
- https://developers.google.com/maps/documentation/android-api/start
1. 먼저 App이 Google Maps Server에 접근하기 위해 API Key를 발급 받아야 한다.
아래 개발자 Console에서 Google Maps API Key를 발급 받을 수 있다.
https://console.developers.google.com/
Empty Activity로 만들지 말고,
Android Studio 에서 제공하는 Gallery에서 'Google Maps Activity'를 선택할 경우 보다 간단하게 만들 수 있다.
이때 추가로 다음과 같은 파일들이 자동으로 생성된다.
- src/debug/res/values/google_maps_api.xml
- src/main/res/layout/activity_maps.xml
3. 발급 받은 API Key를 아래와 같이 google_maps_api.xml 파일에 기입한다.
4. Build and Run
Android Studio에서 기본적으로 Activity, layout xml 등을 만들어 주기 때문에
그냥 바로 실행해봐도 결과를 확인할 수 있다.
reference:
- http://developer.android.com/intl/ko/training/building-location.html
- https://developers.google.com/maps/documentation/android-api/start
댓글
댓글 쓰기