xml文件(Activity_main)

xml version="1.0" encoding="utf-8"?>
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

        android:id="@+id/map_view"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    />

            android:layout_width="match_parent"
        android:layout_height="wrap_content">
        

你可能感兴趣的:(高德地图通用功能实现)