File indexing completed on 2024-04-28 03:54:33

0001 /*
0002     SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef SPATIALINDEX_H
0008 #define SPATIALINDEX_H
0009 
0010 #include "spatial_index_property_p.h"
0011 
0012 /** Spatial index lookup functions . */
0013 namespace SpatialIndex
0014 {
0015 SpatialIndexProperty lookup(float lat, float lon);
0016 }
0017 
0018 #endif // SPATIALINDEX_H