aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/location.cpp
blob: 0c50f35c7f8a00788764a65ea6909f83cf7402e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "location.h"
#include <limits>

namespace search::common {

Location::Location(const GeoLocation &from) : GeoLocation(from) {}

} // namespace