Merge pull request #38 from anaqreon/patch-1

Update WayPoint.java
This commit is contained in:
y20k 2018-06-04 14:16:06 +02:00 committed by GitHub
commit 7c786491b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ public class WayPoint implements Parcelable {
}; };
/* Getter for mIsStopOver */ /* Getter for mLocation */
public Location getLocation() { public Location getLocation() {
return mLocation; return mLocation;
} }
@ -121,4 +121,4 @@ public class WayPoint implements Parcelable {
parcel.writeFloat(mDistanceToStartingPoint); parcel.writeFloat(mDistanceToStartingPoint);
parcel.writeInt(mNumberSatellites); parcel.writeInt(mNumberSatellites);
} }
} }