added location of map if we don`t have lastLocation
This commit is contained in:
parent
c2138e49b7
commit
2ac6c5aa6a
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ public class MapMarkersWidgetsFactory {
|
|||
if (l != null) {
|
||||
loc = new LatLon(l.getLatitude(), l.getLongitude());
|
||||
} else {
|
||||
loc = null;
|
||||
loc = map.getMapLocation();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue