How to show route on Inbuilt Map in Android Programmatically
问题 After Full day Spending, I Found solution of this Question: How to show route on InBuilt MAP from one current place to another place using longitude/latitude or using Address? May it is helpful to you. 回答1: Create layout file for Button: layout.xml <Button android:id="@+id/showMap" android:layout_width="@dimen/visit_button_width" android:layout_height="wrap_content" android:layout_marginTop="25dp" android:background="@drawable/login_button_selector" android:text="@string/title_show_map"