refactored some code
This commit is contained in:
parent
9615e255ea
commit
05c33574b4
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ public class MapMarkersWidgetsFactory {
|
|||
customLocation = loc;
|
||||
} else if (l != null) {
|
||||
loc = new LatLon(l.getLatitude(), l.getLongitude());
|
||||
} else {
|
||||
loc = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue