opt
This commit is contained in:
@@ -21,7 +21,7 @@ public class MogoLatLng implements Parcelable {
|
||||
public MogoLatLng( double lat, double lon ) {
|
||||
this.lat = lat;
|
||||
this.lng = lon;
|
||||
this.lon = lng;
|
||||
this.lon = lon;
|
||||
}
|
||||
|
||||
public double getLat() {
|
||||
|
||||
Reference in New Issue
Block a user