본문 바로가기
기초

구글맵 API (5)

by 각종 잡상식 지식 모음 2016. 6. 17.
반응형
goole_maps_api.xml

<resources>
<!--
TODO: your application을 가동시키려면, Google Maps API key가 필요합니다. TODO: Before you run your application, you need a Google Maps API key.

API 키를 확보하려면, 이 링크를 따라서, 지침을 따르고 마지막에 "Create"를 누르세요: To get one, follow this link, follow the directions and press "Create" at the end:

https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=14:BE:25:D5:95:EE:D9:B4:32:7D:DB:EB:C8:6D:EE:CF:E2:0A:5C:E3%3Bcom.example.hanjulee.practwoapplication

아래 라인을 이용하여 기존 키에 사용자의 기밀 사항을 추가할 수 있습니다: You can also add your credentials to an existing key, using this line:
14:BE:25:D5:95:EE:D9:B4:32:7D:DB:EB:C8:6D:EE:CF:E2:0A:5C:E3;com.example.lee.practwoapplication

다른 방법으로는 아래와 같은 방법이 있습니다: Alternatively, follow the directions here:
https://developers.google.com/maps/documentation/android/start#get-key

일단 키를 확보하면 ("AIza"로 시작되는), 이 파일에서 "google_maps_key" string을 대체하세요.

Once you have your key (it starts with "AIza"), replace the "google_maps_key"
string in this file.
-->
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">YOUR_KEY_HERE</string>
</resources>


반응형

'기초' 카테고리의 다른 글

로그인 (4)  (1) 2016.06.17
Acitivity (3)  (1) 2016.06.10
android:id, android:layout_width, android:layout_height (2)  (0) 2016.06.01
기본 개념, 기본 파일, 기본 용어 (1)  (0) 2016.06.01

댓글