import android.os.Parcelable import kotlinx.android.parcel.Parcelize @Parcelize data class Place(val street: String, val postal: String, ...
確定! 回上一頁