其实一开始我是懵逼的
后来看了demo的源码才磕磕绊绊的做了出来。
线路规划属于Android地图SDK。
首先是流程,要有一个MainActivity主类,布局里面有MapView
、点击规划路线的按钮
以及显示规划结果布局
。
然后是一个设置规划样式的工具类。
首先:
布局的代码
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include
android:id="@+id/shop_detail_title"
layout="@layout/common_title_layout" />
<Button
android:id="@+id/shop_detail_rode"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_belo