diff options
Diffstat (limited to 'app/map/MapComponent.qml')
-rw-r--r-- | app/map/MapComponent.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/map/MapComponent.qml b/app/map/MapComponent.qml index f8e8e37..84ee7fe 100644 --- a/app/map/MapComponent.qml +++ b/app/map/MapComponent.qml @@ -75,6 +75,13 @@ Map { signal showPointMenu(variant coordinate) signal showRouteList() + + center { + // null island + latitude: 0 + longitude: 0 + } + function geocodeMessage() { var street, district, city, county, state, countryCode, country, postalCode, latitude, longitude, text |