#include <iostream>
#include <exception>
#include <vector>
#include <fstream>
#include <string>
#include <GeographicLib/NearestNeighbor.hpp>
#include <GeographicLib/Geodesic.hpp>
#include <GeographicLib/DMS.hpp>
Go to the source code of this file.
Classes | |
class | DistanceCalculator |
struct | pos |
Macros | |
#define | GEOGRAPHICLIB_HAVE_BOOST_SERIALIZATION 0 |
Functions | |
int | main () |
#define GEOGRAPHICLIB_HAVE_BOOST_SERIALIZATION 0 |
Definition at line 15 of file example-NearestNeighbor.cpp.
int main | ( | ) |
Definition at line 53 of file example-NearestNeighbor.cpp.