aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/tree/point.h
blob: 496d90f5c38271f0b74e504faa6cea02420f52ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <cstdint>
#include <vespa/searchlib/common/geo_location.h>

namespace search::query {

using Point = search::common::GeoLocation::Point;

}