qtlocation

C++ library for location and navigation information retrieval

brewmacoslinux
Try with needOr install directly
Source

About

Provides C++ interfaces to retrieve location and navigational information

Commands

qtlocation

Examples

Link qtlocation library in a Qt C++ project by including headers$ g++ -I$(brew --prefix qt)/include/QtLocation myapp.cpp -o myapp
Check installed qtlocation version$ brew info qtlocation
Use qtlocation in a CMake project by finding the package$ find_package(Qt5Location REQUIRED)