mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
bebeb78a06
will need to merge in their own key for hte location engine.
12 lines
637 B
XML
12 lines
637 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical" android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent">
|
|
<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="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>
|
|
|