Refactored and updated omst variables to final
UserOverlay base is now BaseUserOverlay MapFragmentBase is now BaseMapFragment Change-Id: Icbe234964f9b8ad511f17f6d22bca1a677d4189b Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -14,9 +14,9 @@ import com.google.android.maps.MapView;
|
||||
* This is the standard version of the UserOverlay.
|
||||
* @author ricky barrette
|
||||
*/
|
||||
public class UserOverlay extends UserOverlayBase{
|
||||
public class UserOverlay extends BaseUserOverlay{
|
||||
|
||||
private AndroidGPS mAndroidGPS;
|
||||
private final AndroidGPS mAndroidGPS;
|
||||
|
||||
public UserOverlay(MapView mapView, Context context) {
|
||||
super(mapView, context);
|
||||
|
||||
Reference in New Issue
Block a user