1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

AndroidGCS: Update the API key for my debugging key. I guess everyone testing

will need to merge in their own key for hte location engine.
This commit is contained in:
James Cotton 2012-08-05 22:46:16 -05:00
parent ec31f0dc6a
commit 9923d4f97c

View File

@ -5,6 +5,8 @@
<com.google.android.maps.MapView
android:id="@+id/map_view" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:enabled="true"
android:clickable="true" android:apiKey="0wrDHCybTiyzQZNBmbMVW9UU-8kzQfF7Ar1KhNw" />
android:clickable="true" android:apiKey="0ugzv7PkCKSo8cNXxn9A251sxOfROBdjHG0eQEw" />
<!-- Note: If you are testing this you will need to use a debugging api key -->
<!-- https://developers.google.com/maps/documentation/android/mapkey -->
</LinearLayout>