Tiny fix
This commit is contained in:
parent
0349f8ea82
commit
c7fbf8387d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class MapMarkerSelectionFragment extends BaseOsmAndDialogFragment {
|
|||
|
||||
MapViewTrackingUtilities trackingUtils = mapActivity.getMapViewTrackingUtilities();
|
||||
if (trackingUtils != null) {
|
||||
float head = trackingUtils.getHeading();
|
||||
Float head = trackingUtils.getHeading();
|
||||
float mapRotation = mapActivity.getMapRotate();
|
||||
LatLon mw = mapActivity.getMapLocation();
|
||||
Location l = trackingUtils.getMyLocation();
|
||||
|
|
Loading…
Reference in a new issue