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 {
|
public class MidPoint {
|
||||||
|
|
||||||
private int mMinLatitude;
|
private final int mMinLatitude;
|
||||||
private int mMaxLatitude;
|
private final int mMaxLatitude;
|
||||||
private int mMinLongitude;
|
private final int mMinLongitude;
|
||||||
private int mMaxLongitude;
|
private final int mMaxLongitude;
|
||||||
private GeoPoint mMidPoint;
|
private final GeoPoint mMidPoint;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new MidPoint
|
* Creates a new MidPoint
|
||||||
|
|||||||
Reference in New Issue
Block a user