geo-utils-cppv1.2.2
- Updated
Header-only C++17 library for spherical (lat/lng) geometry: distance, bearing, area, point-in-polygon
- Project website: https://github.com/gistrec/geo-utils-cpp
- Documentation: https://github.com/gistrec/geo-utils-cpp/blob/master/docs/getting-started.md
#Usage
The package geo-utils-cpp provides CMake targets:
find_package(GeoUtilsCpp CONFIG REQUIRED)
target_link_libraries(main PRIVATE geo::utils)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Aleksandr Kovalko
Weihang Ding