调整搜索页面

This commit is contained in:
zhangyuanzhen
2020-01-06 14:17:00 +08:00
parent 887898a920
commit 32c3b24b84
18 changed files with 311 additions and 1149 deletions

View File

@@ -19,6 +19,14 @@ public class MogoLatLng implements Parcelable {
this.lng = lng;
}
public double getLat() {
return lat;
}
public double getLng() {
return lng;
}
@Override
public int describeContents() {
return 0;