aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/location.cpp
blob: bc1c6df4b3e54fc7fb576e1005e900c1f3d11fbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. 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