diff --git a/src/default-location-searches.js b/src/default-location-searches.js index e83c37ba..fd83cf7e 100644 --- a/src/default-location-searches.js +++ b/src/default-location-searches.js @@ -12,7 +12,6 @@ export default [ id: 'default-helsinki', predictionPlace: { address: 'Helsinki, Finland', - origin: new LatLng(60.16985, 24.93837), bounds: new LatLngBounds(new LatLng(60.29783, 25.25448), new LatLng(59.92248, 24.78287)), }, }, @@ -20,7 +19,6 @@ export default [ id: 'default-turku', predictionPlace: { address: 'Turku, Finland', - origin: new LatLng(60.45181, 22.26663), bounds: new LatLngBounds(new LatLng(60.53045, 22.38197), new LatLng(60.33361, 22.06644)), }, }, @@ -28,7 +26,6 @@ export default [ id: 'default-tampere', predictionPlace: { address: 'Tampere, Finland', - origin: new LatLng(61.49775, 23.76095), bounds: new LatLngBounds(new LatLng(61.83657, 24.11838), new LatLng(61.42728, 23.5422)), }, }, @@ -36,7 +33,6 @@ export default [ id: 'default-oulu', predictionPlace: { address: 'Oulu, Finland', - origin: new LatLng(65.01208, 25.46507), bounds: new LatLngBounds(new LatLng(65.56434, 26.77069), new LatLng(64.8443, 24.11494)), }, }, @@ -44,7 +40,6 @@ export default [ id: 'default-ruka', predictionPlace: { address: 'Ruka, Finland', - origin: new LatLng(66.16546, 29.15172), bounds: new LatLngBounds(new LatLng(66.16997, 29.16773), new LatLng(66.16095, 29.13572)), }, },