maven { url 'https://jitpack.io' }
compile 'com.github.ywp0919:AddressPickerLib:1.0.1'
http://blog.csdn.net/qianniyoushouzuo/article/details/78714847.
<com.ywp.addresspickerlib.AddressPickerView
android:id="@+id/apvAddress"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</com.ywp.addresspickerlib.AddressPickerView>
addressView.setOnAddressPickerSure(new AddressPickerView.OnAddressPickerSureListener() {
@Override
public void onSureClick(String address, String provinceCode, String cityCode, String districtCode) {
mTvAddress.setText(address);
}
});