qtpositioning

Qt library for positioning, GPS, and location-based services

brewmacoslinux
Try with needOr install directly
Source

About

Provides access to position, satellite info and area monitoring classes

Commands

qtpositioning

Examples

Check Qt positioning module installation and version$ pkg-config --modversion Qt5Positioning
Compile a Qt application using positioning library$ qmake -query QT_INSTALL_LIBS | xargs ls | grep -i position
List available positioning plugins$ find $(brew --prefix qtpositioning) -name '*position*' -type f