Updated Midpoint tp be inmutible
Change-Id: I938232ba7b49b84ae133cbdb2b9d42a12ebfb9c1 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
Binary file not shown.
@@ -13,11 +13,11 @@ import com.google.android.maps.GeoPoint;
|
||||
*/
|
||||
public class MidPoint {
|
||||
|
||||
private int mMinLatitude;
|
||||
private int mMaxLatitude;
|
||||
private int mMinLongitude;
|
||||
private int mMaxLongitude;
|
||||
private GeoPoint mMidPoint;
|
||||
private final int mMinLatitude;
|
||||
private final int mMaxLatitude;
|
||||
private final int mMinLongitude;
|
||||
private final int mMaxLongitude;
|
||||
private final GeoPoint mMidPoint;
|
||||
|
||||
/**
|
||||
* Creates a new MidPoint
|
||||
|
||||
Reference in New Issue
Block a user